Html Css Color HEX #C11109 Free Speech Red

📋 copy color: '#C11109'

red 193 ◦ green 17 ◦ blue 9

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

Shades of Free Speech Red #C11109

Tints of Free Speech Red #C11109

RGB

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

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

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

R = 88.13%
G = 7.76%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C11109 (or 0xC11109) is known color: Free Speech Red. HEX triplet: C1, 11 and 09. RGB value is (193,17,9). Sum of RGB (Red+Green+Blue) = 193+17+9=219 (29% of max value = 765). Red value is 193 (75.78% from 255 or 88.13% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 193 - color contains mainly: red. Hex color #C11109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11109 is #3EEEF6. Grayscale: #444444. Windows color (decimal): -4124407 or 594369. OLE color: 594369.

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

Color convert

RGB 193 17 9 -
CMYK 0 0.91 0.95 0.24
HSL 2.61º 0.91% 0.4% -
HSV(B) 2.61º 0.95% 0.76% -
XYZ 22.24 11.76 1.36 -
YUV 68.71 94.31 216.65 -
System Red Green Blue C M Y K H S L
Decimal 193 17 9 0 0.91 0.95 0.24 2.61 0.91 0.4
Hex C1 11 9 0 5B 5F 18 3 5B 28
Octal 301 21 11 0 133 137 30 3 133 50
Binary 11000001 10001 1001 0 1011011 1011111 11000 11 1011011 101000

Color Harmonies of #C11109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11109

Black with #C11109

Text Example


Text Example

White with #C11109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11109; }

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

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

background-color css

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

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

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

border-color css

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

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

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