Html Css Color HEX #C71611 Free Speech Red

📋 copy color: '#C71611'

red 199 ◦ green 22 ◦ blue 17

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

Shades of Free Speech Red #C71611

Tints of Free Speech Red #C71611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.24%

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

R = 83.61%
G = 9.24%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C71611 (or 0xC71611) is known color: Free Speech Red. HEX triplet: C7, 16 and 11. RGB value is (199,22,17). Sum of RGB (Red+Green+Blue) = 199+22+17=238 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.61% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 199 - color contains mainly: red. Hex color #C71611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71611 is #38E9EE. Grayscale: #4A4A4A. Windows color (decimal): -3729903 or 1119943. OLE color: 1119943.

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

Color convert

RGB 199 22 17 -
CMYK 0 0.89 0.91 0.22
HSL 1.65º 0.84% 0.42% -
HSV(B) 1.65º 0.91% 0.78% -
XYZ 23.94 12.76 1.73 -
YUV 74.35 95.64 216.91 -
System Red Green Blue C M Y K H S L
Decimal 199 22 17 0 0.89 0.91 0.22 1.65 0.84 0.42
Hex C7 16 11 0 59 5B 16 2 54 2A
Octal 307 26 21 0 131 133 26 2 124 52
Binary 11000111 10110 10001 0 1011001 1011011 10110 10 1010100 101010

Color Harmonies of #C71611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71611

Black with #C71611

Text Example


Text Example

White with #C71611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71611; }

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

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

background-color css

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

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

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

border-color css

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

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

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