Html Css Color HEX #C71110 Free Speech Red

📋 copy color: '#C71110'

red 199 ◦ green 17 ◦ blue 16

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

Shades of Free Speech Red #C71110

Tints of Free Speech Red #C71110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 85.78%
G = 7.33%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C71110 (or 0xC71110) is known color: Free Speech Red. HEX triplet: C7, 11 and 10. RGB value is (199,17,16). Sum of RGB (Red+Green+Blue) = 199+17+16=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C71110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71110 is #38EEEF. Grayscale: #474747. Windows color (decimal): -3731184 or 1053127. OLE color: 1053127.

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

Color convert

RGB 199 17 16 -
CMYK 0 0.91 0.92 0.22
HSL 0.33º 0.85% 0.42% -
HSV(B) 0.33º 0.92% 0.78% -
XYZ 23.85 12.58 1.66 -
YUV 71.3 96.8 219.08 -
System Red Green Blue C M Y K H S L
Decimal 199 17 16 0 0.91 0.92 0.22 0.33 0.85 0.42
Hex C7 11 10 0 5B 5C 16 0 55 2A
Octal 307 21 20 0 133 134 26 0 125 52
Binary 11000111 10001 10000 0 1011011 1011100 10110 0 1010101 101010

Color Harmonies of #C71110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71110

Black with #C71110

Text Example


Text Example

White with #C71110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71110; }

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

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

background-color css

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

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

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

border-color css

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

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

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