Html Css Color HEX #C40E09 Free Speech Red

📋 copy color: '#C40E09'

red 196 ◦ green 14 ◦ blue 9

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

Shades of Free Speech Red #C40E09

Tints of Free Speech Red #C40E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.11%

R = 89.5%
G = 6.39%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C40E09 (or 0xC40E09) is known color: Free Speech Red. HEX triplet: C4, 0E and 09. RGB value is (196,14,9). Sum of RGB (Red+Green+Blue) = 196+14+9=219 (29% of max value = 765). Red value is 196 (76.95% from 255 or 89.50% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40E09 is #3BF1F6. Grayscale: #444444. Windows color (decimal): -3928567 or 593604. OLE color: 593604.

HSL color Cylindrical-coordinate representation of color #C40E09: hue angle of 1.6º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40E09 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 14 9 -
CMYK 0 0.93 0.95 0.23
HSL 1.6º 0.91% 0.4% -
HSV(B) 1.6º 0.95% 0.77% -
XYZ 22.97 12.07 1.38 -
YUV 67.85 94.8 219.41 -
System Red Green Blue C M Y K H S L
Decimal 196 14 9 0 0.93 0.95 0.23 1.6 0.91 0.4
Hex C4 E 9 0 5D 5F 17 2 5B 28
Octal 304 16 11 0 135 137 27 2 133 50
Binary 11000100 1110 1001 0 1011101 1011111 10111 10 1011011 101000

Color Harmonies of #C40E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40E09

Black with #C40E09

Text Example


Text Example

White with #C40E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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