Html Css Color HEX #C40A09 Free Speech Red

📋 copy color: '#C40A09'

red 196 ◦ green 10 ◦ blue 9

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

Shades of Free Speech Red #C40A09

Tints of Free Speech Red #C40A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.65%

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

R = 91.16%
G = 4.65%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C40A09 (or 0xC40A09) is known color: Free Speech Red. HEX triplet: C4, 0A and 09. RGB value is (196,10,9). Sum of RGB (Red+Green+Blue) = 196+10+9=215 (28% of max value = 765). Red value is 196 (76.95% from 255 or 91.16% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40A09 is #3BF5F6. Grayscale: #414141. Windows color (decimal): -3929591 or 592580. OLE color: 592580.

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

Color convert

RGB 196 10 9 -
CMYK 0 0.95 0.95 0.23
HSL 0.32º 0.91% 0.4% -
HSV(B) 0.32º 0.95% 0.77% -
XYZ 22.92 11.97 1.36 -
YUV 65.5 96.12 221.08 -
System Red Green Blue C M Y K H S L
Decimal 196 10 9 0 0.95 0.95 0.23 0.32 0.91 0.4
Hex C4 A 9 0 5F 5F 17 0 5B 28
Octal 304 12 11 0 137 137 27 0 133 50
Binary 11000100 1010 1001 0 1011111 1011111 10111 0 1011011 101000

Color Harmonies of #C40A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40A09

Black with #C40A09

Text Example


Text Example

White with #C40A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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