Html Css Color HEX #C11311 Free Speech Red

📋 copy color: '#C11311'

red 193 ◦ green 19 ◦ blue 17

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

Shades of Free Speech Red #C11311

Tints of Free Speech Red #C11311

RGB

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

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

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

R = 84.28%
G = 8.3%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C11311 (or 0xC11311) is known color: Free Speech Red. HEX triplet: C1, 13 and 11. RGB value is (193,19,17). Sum of RGB (Red+Green+Blue) = 193+19+17=229 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.28% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 193 - color contains mainly: red. Hex color #C11311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11311 is #3EECEE. Grayscale: #464646. Windows color (decimal): -4123887 or 1119169. OLE color: 1119169.

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

Color convert

RGB 193 19 17 -
CMYK 0 0.90 0.91 0.24
HSL 0.68º 0.84% 0.41% -
HSV(B) 0.68º 0.91% 0.76% -
XYZ 22.33 11.84 1.64 -
YUV 70.8 97.65 215.16 -
System Red Green Blue C M Y K H S L
Decimal 193 19 17 0 0.90 0.91 0.24 0.68 0.84 0.41
Hex C1 13 11 0 5A 5B 18 1 54 29
Octal 301 23 21 0 132 133 30 1 124 51
Binary 11000001 10011 10001 0 1011010 1011011 11000 1 1010100 101001

Color Harmonies of #C11311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11311

Black with #C11311

Text Example


Text Example

White with #C11311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11311; }

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

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

background-color css

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

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

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

border-color css

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

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

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