Html Css Color HEX #C11211 Free Speech Red

📋 copy color: '#C11211'

red 193 ◦ green 18 ◦ blue 17

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

Shades of Free Speech Red #C11211

Tints of Free Speech Red #C11211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

 BLUE value IS 17 (7.03% from 255) = 7.46%

R = 84.65%
G = 7.89%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C11211 (or 0xC11211) is known color: Free Speech Red. HEX triplet: C1, 12 and 11. RGB value is (193,18,17). Sum of RGB (Red+Green+Blue) = 193+18+17=228 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.65% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 193 - color contains mainly: red. Hex color #C11211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11211 is #3EEDEE. Grayscale: #464646. Windows color (decimal): -4124143 or 1118913. OLE color: 1118913.

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

Color convert

RGB 193 18 17 -
CMYK 0 0.91 0.91 0.24
HSL 0.34º 0.84% 0.41% -
HSV(B) 0.34º 0.91% 0.76% -
XYZ 22.31 11.81 1.63 -
YUV 70.21 97.98 215.58 -
System Red Green Blue C M Y K H S L
Decimal 193 18 17 0 0.91 0.91 0.24 0.34 0.84 0.41
Hex C1 12 11 0 5B 5B 18 0 54 29
Octal 301 22 21 0 133 133 30 0 124 51
Binary 11000001 10010 10001 0 1011011 1011011 11000 0 1010100 101001

Color Harmonies of #C11211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11211

Black with #C11211

Text Example


Text Example

White with #C11211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11211; }

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

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

background-color css

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

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

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

border-color css

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

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

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