Html Css Color HEX #C40801 Free Speech Red

📋 copy color: '#C40801'

red 196 ◦ green 8 ◦ blue 1

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

Shades of Free Speech Red #C40801

Tints of Free Speech Red #C40801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 95.61%
G = 3.9%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C40801 (or 0xC40801) is known color: Free Speech Red. HEX triplet: C4, 08 and 01. RGB value is (196,8,1). Sum of RGB (Red+Green+Blue) = 196+8+1=205 (27% of max value = 765). Red value is 196 (76.95% from 255 or 95.61% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 196 - color contains mainly: red. Hex color #C40801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40801 is #3BF7FE. Grayscale: #3F3F3F. Windows color (decimal): -3930111 or 67780. OLE color: 67780.

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

Color convert

RGB 196 8 1 -
CMYK 0 0.96 0.99 0.23
HSL 2.15º 0.99% 0.39% -
HSV(B) 2.15º 0.99% 0.77% -
XYZ 22.86 11.91 1.12 -
YUV 63.41 92.78 222.57 -
System Red Green Blue C M Y K H S L
Decimal 196 8 1 0 0.96 0.99 0.23 2.15 0.99 0.39
Hex C4 8 1 0 60 63 17 2 63 27
Octal 304 10 1 0 140 143 27 2 143 47
Binary 11000100 1000 1 0 1100000 1100011 10111 10 1100011 100111

Color Harmonies of #C40801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40801

Black with #C40801

Text Example


Text Example

White with #C40801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40801; }

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

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

background-color css

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

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

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

border-color css

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

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

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