Html Css Color HEX #C41600 Free Speech Red

📋 copy color: '#C41600'

red 196 ◦ green 22 ◦ blue 0

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

Shades of Free Speech Red #C41600

Tints of Free Speech Red #C41600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

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

R = 89.91%
G = 10.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C41600 (or 0xC41600) is known color: Free Speech Red. HEX triplet: C4, 16 and 00. RGB value is (196,22,0). Sum of RGB (Red+Green+Blue) = 196+22+0=218 (28% of max value = 765). Red value is 196 (76.95% from 255 or 89.91% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 196 - color contains mainly: red. Hex color #C41600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41600 is #3BE9FF. Grayscale: #474747. Windows color (decimal): -3926528 or 5828. OLE color: 5828.

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

Color convert

RGB 196 22 0 -
CMYK 0 0.89 1 0.23
HSL 6.73º 1% 0.38% -
HSV(B) 6.73º 1% 0.77% -
XYZ 23.05 12.31 1.16 -
YUV 71.52 87.65 216.79 -
System Red Green Blue C M Y K H S L
Decimal 196 22 0 0 0.89 1 0.23 6.73 1 0.38
Hex C4 16 0 0 59 64 17 7 64 26
Octal 304 26 0 0 131 144 27 7 144 46
Binary 11000100 10110 0 0 1011001 1100100 10111 111 1100100 100110

Color Harmonies of #C41600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41600

Black with #C41600

Text Example


Text Example

White with #C41600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41600; }

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

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

background-color css

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

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

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

border-color css

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

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

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