Html Css Color HEX #C01309 Free Speech Red

📋 copy color: '#C01309'

red 192 ◦ green 19 ◦ blue 9

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

Shades of Free Speech Red #C01309

Tints of Free Speech Red #C01309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

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

R = 87.27%
G = 8.64%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C01309 (or 0xC01309) is known color: Free Speech Red. HEX triplet: C0, 13 and 09. RGB value is (192,19,9). Sum of RGB (Red+Green+Blue) = 192+19+9=220 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.27% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 192 - color contains mainly: red. Hex color #C01309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01309 is #3FECF6. Grayscale: #454545. Windows color (decimal): -4189431 or 594880. OLE color: 594880.

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

Color convert

RGB 192 19 9 -
CMYK 0 0.90 0.95 0.25
HSL 3.28º 0.91% 0.39% -
HSV(B) 3.28º 0.95% 0.75% -
XYZ 22.02 11.69 1.35 -
YUV 69.59 93.81 215.31 -
System Red Green Blue C M Y K H S L
Decimal 192 19 9 0 0.90 0.95 0.25 3.28 0.91 0.39
Hex C0 13 9 0 5A 5F 19 3 5B 27
Octal 300 23 11 0 132 137 31 3 133 47
Binary 11000000 10011 1001 0 1011010 1011111 11001 11 1011011 100111

Color Harmonies of #C01309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01309

Black with #C01309

Text Example


Text Example

White with #C01309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01309; }

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

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

background-color css

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

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

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

border-color css

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

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

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