Html Css Color HEX #C01210 Free Speech Red

📋 copy color: '#C01210'

red 192 ◦ green 18 ◦ blue 16

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

Shades of Free Speech Red #C01210

Tints of Free Speech Red #C01210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 84.96%
G = 7.96%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C01210 (or 0xC01210) is known color: Free Speech Red. HEX triplet: C0, 12 and 10. RGB value is (192,18,16). Sum of RGB (Red+Green+Blue) = 192+18+16=226 (29% of max value = 765). Red value is 192 (75.39% from 255 or 84.96% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 192 - color contains mainly: red. Hex color #C01210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01210 is #3FEDEF. Grayscale: #454545. Windows color (decimal): -4189680 or 1053376. OLE color: 1053376.

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

Color convert

RGB 192 18 16 -
CMYK 0 0.91 0.92 0.25
HSL 0.68º 0.85% 0.41% -
HSV(B) 0.68º 0.92% 0.75% -
XYZ 22.05 11.68 1.58 -
YUV 69.8 97.65 215.16 -
System Red Green Blue C M Y K H S L
Decimal 192 18 16 0 0.91 0.92 0.25 0.68 0.85 0.41
Hex C0 12 10 0 5B 5C 19 1 55 29
Octal 300 22 20 0 133 134 31 1 125 51
Binary 11000000 10010 10000 0 1011011 1011100 11001 1 1010101 101001

Color Harmonies of #C01210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01210

Black with #C01210

Text Example


Text Example

White with #C01210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01210; }

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

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

background-color css

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

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

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

border-color css

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

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

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