Html Css Color HEX #C01609 Free Speech Red

📋 copy color: '#C01609'

red 192 ◦ green 22 ◦ blue 9

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

Shades of Free Speech Red #C01609

Tints of Free Speech Red #C01609

RGB

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

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

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

R = 86.1%
G = 9.87%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C01609 (or 0xC01609) is known color: Free Speech Red. HEX triplet: C0, 16 and 09. RGB value is (192,22,9). Sum of RGB (Red+Green+Blue) = 192+22+9=223 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.10% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 192 - color contains mainly: red. Hex color #C01609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01609 is #3FE9F6. Grayscale: #474747. Windows color (decimal): -4188663 or 595648. OLE color: 595648.

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

Color convert

RGB 192 22 9 -
CMYK 0 0.89 0.95 0.25
HSL 4.26º 0.91% 0.39% -
HSV(B) 4.26º 0.95% 0.75% -
XYZ 22.07 11.8 1.37 -
YUV 71.35 92.82 214.06 -
System Red Green Blue C M Y K H S L
Decimal 192 22 9 0 0.89 0.95 0.25 4.26 0.91 0.39
Hex C0 16 9 0 59 5F 19 4 5B 27
Octal 300 26 11 0 131 137 31 4 133 47
Binary 11000000 10110 1001 0 1011001 1011111 11001 100 1011011 100111

Color Harmonies of #C01609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01609

Black with #C01609

Text Example


Text Example

White with #C01609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01609; }

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

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

background-color css

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

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

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

border-color css

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

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

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