Html Css Color HEX #C41200 Free Speech Red

📋 copy color: '#C41200'

red 196 ◦ green 18 ◦ blue 0

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

Shades of Free Speech Red #C41200

Tints of Free Speech Red #C41200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

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

R = 91.59%
G = 8.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C41200 (or 0xC41200) is known color: Free Speech Red. HEX triplet: C4, 12 and 00. RGB value is (196,18,0). Sum of RGB (Red+Green+Blue) = 196+18+0=214 (28% of max value = 765). Red value is 196 (76.95% from 255 or 91.59% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 196 - color contains mainly: red. Hex color #C41200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41200 is #3BEDFF. Grayscale: #454545. Windows color (decimal): -3927552 or 4804. OLE color: 4804.

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

Color convert

RGB 196 18 0 -
CMYK 0 0.91 1 0.23
HSL 5.51º 1% 0.38% -
HSV(B) 5.51º 1% 0.77% -
XYZ 22.98 12.17 1.14 -
YUV 69.17 88.97 218.46 -
System Red Green Blue C M Y K H S L
Decimal 196 18 0 0 0.91 1 0.23 5.51 1 0.38
Hex C4 12 0 0 5B 64 17 6 64 26
Octal 304 22 0 0 133 144 27 6 144 46
Binary 11000100 10010 0 0 1011011 1100100 10111 110 1100100 100110

Color Harmonies of #C41200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41200

Black with #C41200

Text Example


Text Example

White with #C41200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41200; }

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

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

background-color css

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

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

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

border-color css

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

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

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