Html Css Color HEX #C01109 Free Speech Red

📋 copy color: '#C01109'

red 192 ◦ green 17 ◦ blue 9

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

Shades of Free Speech Red #C01109

Tints of Free Speech Red #C01109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.8%

 BLUE value IS 9 (3.91% from 255) = 4.13%

R = 88.07%
G = 7.8%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C01109 (or 0xC01109) is known color: Free Speech Red. HEX triplet: C0, 11 and 09. RGB value is (192,17,9). Sum of RGB (Red+Green+Blue) = 192+17+9=218 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.07% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 192 - color contains mainly: red. Hex color #C01109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01109 is #3FEEF6. Grayscale: #444444. Windows color (decimal): -4189943 or 594368. OLE color: 594368.

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

Color convert

RGB 192 17 9 -
CMYK 0 0.91 0.95 0.25
HSL 2.62º 0.91% 0.39% -
HSV(B) 2.62º 0.95% 0.75% -
XYZ 21.99 11.63 1.34 -
YUV 68.41 94.48 216.15 -
System Red Green Blue C M Y K H S L
Decimal 192 17 9 0 0.91 0.95 0.25 2.62 0.91 0.39
Hex C0 11 9 0 5B 5F 19 3 5B 27
Octal 300 21 11 0 133 137 31 3 133 47
Binary 11000000 10001 1001 0 1011011 1011111 11001 11 1011011 100111

Color Harmonies of #C01109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01109

Black with #C01109

Text Example


Text Example

White with #C01109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01109; }

 p { color: rgb(192,17,9); }

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

background-color css

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

 a { background-color: rgb(192,17,9); }

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

border-color css

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

 span { border-color: rgb(192,17,9); }

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