Html Css Color HEX #C40E04 Free Speech Red

📋 copy color: '#C40E04'

red 196 ◦ green 14 ◦ blue 4

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

Shades of Free Speech Red #C40E04

Tints of Free Speech Red #C40E04

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.54%

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

R = 91.59%
G = 6.54%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C40E04 (or 0xC40E04) is known color: Free Speech Red. HEX triplet: C4, 0E and 04. RGB value is (196,14,4). Sum of RGB (Red+Green+Blue) = 196+14+4=214 (28% of max value = 765). Red value is 196 (76.95% from 255 or 91.59% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40E04 is #3BF1FB. Grayscale: #434343. Windows color (decimal): -3928572 or 265924. OLE color: 265924.

HSL color Cylindrical-coordinate representation of color #C40E04: hue angle of 3.12º 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 #C40E04 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 14 4 -
CMYK 0 0.93 0.98 0.23
HSL 3.13º 0.96% 0.39% -
HSV(B) 3.13º 0.98% 0.77% -
XYZ 22.94 12.06 1.23 -
YUV 67.28 92.3 219.81 -
System Red Green Blue C M Y K H S L
Decimal 196 14 4 0 0.93 0.98 0.23 3.13 0.96 0.39
Hex C4 E 4 0 5D 62 17 3 60 27
Octal 304 16 4 0 135 142 27 3 140 47
Binary 11000100 1110 100 0 1011101 1100010 10111 11 1100000 100111

Color Harmonies of #C40E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40E04

Black with #C40E04

Text Example


Text Example

White with #C40E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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