Html Css Color HEX #C71111 Free Speech Red

📋 copy color: '#C71111'

red 199 ◦ green 17 ◦ blue 17

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

Shades of Free Speech Red #C71111

Tints of Free Speech Red #C71111

RGB

 RED value IS 199 (78.13% from 255) = 85.41%

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

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

R = 85.41%
G = 7.3%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C71111 (or 0xC71111) is known color: Free Speech Red. HEX triplet: C7, 11 and 11. RGB value is (199,17,17). Sum of RGB (Red+Green+Blue) = 199+17+17=233 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.41% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 199 - color contains mainly: red. Hex color #C71111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71111 is #38EEEE. Grayscale: #474747. Windows color (decimal): -3731183 or 1118663. OLE color: 1118663.

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

Color convert

RGB 199 17 17 -
CMYK 0 0.91 0.91 0.22
HSL 0.84% 0.42% -
HSV(B) 0.91% 0.78% -
XYZ 23.85 12.58 1.7 -
YUV 71.42 97.3 219 -
System Red Green Blue C M Y K H S L
Decimal 199 17 17 0 0.91 0.91 0.22 0 0.84 0.42
Hex C7 11 11 0 5B 5B 16 0 54 2A
Octal 307 21 21 0 133 133 26 0 124 52
Binary 11000111 10001 10001 0 1011011 1011011 10110 0 1010100 101010

Color Harmonies of #C71111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71111

Black with #C71111

Text Example


Text Example

White with #C71111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71111; }

 p { color: rgb(199,17,17); }

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

background-color css

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

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

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

border-color css

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

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

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