Html Css Color HEX #C01409 Free Speech Red

📋 copy color: '#C01409'

red 192 ◦ green 20 ◦ blue 9

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

Shades of Free Speech Red #C01409

Tints of Free Speech Red #C01409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

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

R = 86.88%
G = 9.05%
B = 4.07%

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

#C01409 (or 0xC01409) is known color: Free Speech Red. HEX triplet: C0, 14 and 09. RGB value is (192,20,9). Sum of RGB (Red+Green+Blue) = 192+20+9=221 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.88% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 192 - color contains mainly: red. Hex color #C01409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01409 is #3FEBF6. Grayscale: #464646. Windows color (decimal): -4189175 or 595136. OLE color: 595136.

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

Color convert

RGB 192 20 9 -
CMYK 0 0.90 0.95 0.25
HSL 3.61º 0.91% 0.39% -
HSV(B) 3.61º 0.95% 0.75% -
XYZ 22.04 11.73 1.36 -
YUV 70.17 93.48 214.89 -
System Red Green Blue C M Y K H S L
Decimal 192 20 9 0 0.90 0.95 0.25 3.61 0.91 0.39
Hex C0 14 9 0 5A 5F 19 4 5B 27
Octal 300 24 11 0 132 137 31 4 133 47
Binary 11000000 10100 1001 0 1011010 1011111 11001 100 1011011 100111

Color Harmonies of #C01409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01409

Black with #C01409

Text Example


Text Example

White with #C01409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01409; }

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

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

background-color css

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

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

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

border-color css

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

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

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