Html Css Color HEX #C11609 Free Speech Red

📋 copy color: '#C11609'

red 193 ◦ green 22 ◦ blue 9

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

Shades of Free Speech Red #C11609

Tints of Free Speech Red #C11609

RGB

 RED value IS 193 (75.78% from 255) = 86.16%

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

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

R = 86.16%
G = 9.82%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C11609 (or 0xC11609) is known color: Free Speech Red. HEX triplet: C1, 16 and 09. RGB value is (193,22,9). Sum of RGB (Red+Green+Blue) = 193+22+9=224 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.16% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 193 - color contains mainly: red. Hex color #C11609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11609 is #3EE9F6. Grayscale: #474747. Windows color (decimal): -4123127 or 595649. OLE color: 595649.

HSL color Cylindrical-coordinate representation of color #C11609: hue angle of 4.24º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C11609 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 22 9 -
CMYK 0 0.89 0.95 0.24
HSL 4.24º 0.91% 0.4% -
HSV(B) 4.24º 0.95% 0.76% -
XYZ 22.33 11.93 1.38 -
YUV 71.65 92.65 214.56 -
System Red Green Blue C M Y K H S L
Decimal 193 22 9 0 0.89 0.95 0.24 4.24 0.91 0.4
Hex C1 16 9 0 59 5F 18 4 5B 28
Octal 301 26 11 0 131 137 30 4 133 50
Binary 11000001 10110 1001 0 1011001 1011111 11000 100 1011011 101000

Color Harmonies of #C11609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11609

Black with #C11609

Text Example


Text Example

White with #C11609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11609; }

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

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

background-color css

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

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

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

border-color css

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

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

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