Html Css Color HEX #C40504 Free Speech Red

📋 copy color: '#C40504'

red 196 ◦ green 5 ◦ blue 4

#C40504
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #C40504

Tints of Free Speech Red #C40504

RGB

 RED value IS 196 (76.95% from 255) = 95.61%

 GREEN value IS 5 (2.34% from 255) = 2.44%

 BLUE value IS 4 (1.95% from 255) = 1.95%

R = 95.61%
G = 2.44%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C40504 (or 0xC40504) is known color: Free Speech Red. HEX triplet: C4, 05 and 04. RGB value is (196,5,4). Sum of RGB (Red+Green+Blue) = 196+5+4=205 (27% of max value = 765). Red value is 196 (76.95% from 255 or 95.61% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 196 - color contains mainly: red. Hex color #C40504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40504 is #3BFAFB. Grayscale: #3E3E3E. Windows color (decimal): -3930876 or 263620. OLE color: 263620.

HSL color Cylindrical-coordinate representation of color #C40504: hue angle of 0.31º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40504 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 5 4 -
CMYK 0 0.97 0.98 0.23
HSL 0.31º 0.96% 0.39% -
HSV(B) 0.31º 0.98% 0.77% -
XYZ 22.84 11.85 1.2 -
YUV 62 95.28 223.58 -
System Red Green Blue C M Y K H S L
Decimal 196 5 4 0 0.97 0.98 0.23 0.31 0.96 0.39
Hex C4 5 4 0 61 62 17 0 60 27
Octal 304 5 4 0 141 142 27 0 140 47
Binary 11000100 101 100 0 1100001 1100010 10111 0 1100000 100111

Color Harmonies of #C40504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40504

Black with #C40504

Text Example


Text Example

White with #C40504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40504; }

 p { color: rgb(196,5,4); }

 H1.HeaderClassName
 {
   color: #C40504;
 }
 .AnyTagClassName
 {
   color: #C40504;
 }
</style>

background-color css

<style>
 a { background-color: #C40504; }

 a { background-color: rgb(196,5,4); }

 div.DivClassName
 {
   background-color: #C40504;
 }
 .BgClassName
 {
   background-color: #C40504;
 }
</style>

border-color css

<style>
 span { border-color: #C40504; }

 span { border-color: rgb(196,5,4); }

 td.TdClassName
 {
   border-color: #C40504;
 }
 .TagClassName
 {
   border-color: #C40504;
 }
</style>