Html Css Color HEX #C71210 Free Speech Red

📋 copy color: '#C71210'

red 199 ◦ green 18 ◦ blue 16

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

Shades of Free Speech Red #C71210

Tints of Free Speech Red #C71210

RGB

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

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

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

R = 85.41%
G = 7.73%
B = 6.87%

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

#C71210 (or 0xC71210) is known color: Free Speech Red. HEX triplet: C7, 12 and 10. RGB value is (199,18,16). Sum of RGB (Red+Green+Blue) = 199+18+16=233 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.41% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 199 - color contains mainly: red. Hex color #C71210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71210 is #38EDEF. Grayscale: #484848. Windows color (decimal): -3730928 or 1053383. OLE color: 1053383.

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

Color convert

RGB 199 18 16 -
CMYK 0 0.91 0.92 0.22
HSL 0.66º 0.85% 0.42% -
HSV(B) 0.66º 0.92% 0.78% -
XYZ 23.86 12.61 1.67 -
YUV 71.89 96.47 218.66 -
System Red Green Blue C M Y K H S L
Decimal 199 18 16 0 0.91 0.92 0.22 0.66 0.85 0.42
Hex C7 12 10 0 5B 5C 16 1 55 2A
Octal 307 22 20 0 133 134 26 1 125 52
Binary 11000111 10010 10000 0 1011011 1011100 10110 1 1010101 101010

Color Harmonies of #C71210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71210

Black with #C71210

Text Example


Text Example

White with #C71210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71210; }

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

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

background-color css

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

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

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

border-color css

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

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

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