Html Css Color HEX #C40800 Free Speech Red

📋 copy color: '#C40800'

red 196 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #C40800

Tints of Free Speech Red #C40800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

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

R = 96.08%
G = 3.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C40800 (or 0xC40800) is known color: Free Speech Red. HEX triplet: C4, 08 and 00. RGB value is (196,8,0). Sum of RGB (Red+Green+Blue) = 196+8+0=204 (27% of max value = 765). Red value is 196 (76.95% from 255 or 96.08% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 196 - color contains mainly: red. Hex color #C40800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40800 is #3BF7FF. Grayscale: #3F3F3F. Windows color (decimal): -3930112 or 2244. OLE color: 2244.

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

Color convert

RGB 196 8 0 -
CMYK 0 0.96 1 0.23
HSL 2.45º 1% 0.38% -
HSV(B) 2.45º 1% 0.77% -
XYZ 22.85 11.91 1.09 -
YUV 63.3 92.28 222.65 -
System Red Green Blue C M Y K H S L
Decimal 196 8 0 0 0.96 1 0.23 2.45 1 0.38
Hex C4 8 0 0 60 64 17 2 64 26
Octal 304 10 0 0 140 144 27 2 144 46
Binary 11000100 1000 0 0 1100000 1100100 10111 10 1100100 100110

Color Harmonies of #C40800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40800

Black with #C40800

Text Example


Text Example

White with #C40800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40800; }

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

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

background-color css

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

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

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

border-color css

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

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

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