Html Css Color HEX #C01200 Free Speech Red

📋 copy color: '#C01200'

red 192 ◦ green 18 ◦ blue 0

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

Shades of Free Speech Red #C01200

Tints of Free Speech Red #C01200

RGB

 RED value IS 192 (75.39% from 255) = 91.43%

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

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

R = 91.43%
G = 8.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C01200 (or 0xC01200) is known color: Free Speech Red. HEX triplet: C0, 12 and 00. RGB value is (192,18,0). Sum of RGB (Red+Green+Blue) = 192+18+0=210 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.43% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 192 - color contains mainly: red. Hex color #C01200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01200 is #3FEDFF. Grayscale: #444444. Windows color (decimal): -4189696 or 4800. OLE color: 4800.

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

Color convert

RGB 192 18 0 -
CMYK 0 0.91 1 0.25
HSL 5.63º 1% 0.38% -
HSV(B) 5.63º 1% 0.75% -
XYZ 21.95 11.64 1.09 -
YUV 67.97 89.65 216.46 -
System Red Green Blue C M Y K H S L
Decimal 192 18 0 0 0.91 1 0.25 5.63 1 0.38
Hex C0 12 0 0 5B 64 19 6 64 26
Octal 300 22 0 0 133 144 31 6 144 46
Binary 11000000 10010 0 0 1011011 1100100 11001 110 1100100 100110

Color Harmonies of #C01200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01200

Black with #C01200

Text Example


Text Example

White with #C01200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01200; }

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

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

background-color css

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

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

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

border-color css

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

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

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