Html Css Color HEX #C71211 Free Speech Red

📋 copy color: '#C71211'

red 199 ◦ green 18 ◦ blue 17

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

Shades of Free Speech Red #C71211

Tints of Free Speech Red #C71211

RGB

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

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

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

R = 85.04%
G = 7.69%
B = 7.26%

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

#C71211 (or 0xC71211) is known color: Free Speech Red. HEX triplet: C7, 12 and 11. RGB value is (199,18,17). Sum of RGB (Red+Green+Blue) = 199+18+17=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C71211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71211 is #38EDEE. Grayscale: #484848. Windows color (decimal): -3730927 or 1118919. OLE color: 1118919.

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

Color convert

RGB 199 18 17 -
CMYK 0 0.91 0.91 0.22
HSL 0.33º 0.84% 0.42% -
HSV(B) 0.33º 0.91% 0.78% -
XYZ 23.87 12.62 1.71 -
YUV 72.01 96.97 218.58 -
System Red Green Blue C M Y K H S L
Decimal 199 18 17 0 0.91 0.91 0.22 0.33 0.84 0.42
Hex C7 12 11 0 5B 5B 16 0 54 2A
Octal 307 22 21 0 133 133 26 0 124 52
Binary 11000111 10010 10001 0 1011011 1011011 10110 0 1010100 101010

Color Harmonies of #C71211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71211

Black with #C71211

Text Example


Text Example

White with #C71211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71211; }

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

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

background-color css

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

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

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

border-color css

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

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

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