Html Css Color HEX #C40900 Free Speech Red

📋 copy color: '#C40900'

red 196 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #C40900

Tints of Free Speech Red #C40900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.61%
G = 4.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C40900 (or 0xC40900) is known color: Free Speech Red. HEX triplet: C4, 09 and 00. RGB value is (196,9,0). Sum of RGB (Red+Green+Blue) = 196+9+0=205 (27% of max value = 765). Red value is 196 (76.95% from 255 or 95.61% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 196 - color contains mainly: red. Hex color #C40900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40900 is #3BF6FF. Grayscale: #404040. Windows color (decimal): -3929856 or 2500. OLE color: 2500.

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

Color convert

RGB 196 9 0 -
CMYK 0 0.95 1 0.23
HSL 2.76º 1% 0.38% -
HSV(B) 2.76º 1% 0.77% -
XYZ 22.86 11.93 1.1 -
YUV 63.89 91.95 222.23 -
System Red Green Blue C M Y K H S L
Decimal 196 9 0 0 0.95 1 0.23 2.76 1 0.38
Hex C4 9 0 0 5F 64 17 3 64 26
Octal 304 11 0 0 137 144 27 3 144 46
Binary 11000100 1001 0 0 1011111 1100100 10111 11 1100100 100110

Color Harmonies of #C40900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40900

Black with #C40900

Text Example


Text Example

White with #C40900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40900; }

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

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

background-color css

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

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

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

border-color css

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

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

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