Html Css Color HEX #C71102 Free Speech Red

📋 copy color: '#C71102'

red 199 ◦ green 17 ◦ blue 2

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

Shades of Free Speech Red #C71102

Tints of Free Speech Red #C71102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 91.28%
G = 7.8%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C71102 (or 0xC71102) is known color: Free Speech Red. HEX triplet: C7, 11 and 02. RGB value is (199,17,2). Sum of RGB (Red+Green+Blue) = 199+17+2=218 (28% of max value = 765). Red value is 199 (78.12% from 255 or 91.28% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 199 - color contains mainly: red. Hex color #C71102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71102 is #38EEFD. Grayscale: #454545. Windows color (decimal): -3731198 or 135623. OLE color: 135623.

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

Color convert

RGB 199 17 2 -
CMYK 0 0.91 0.99 0.22
HSL 4.57º 0.98% 0.39% -
HSV(B) 4.57º 0.99% 0.78% -
XYZ 23.76 12.55 1.23 -
YUV 69.71 89.8 220.22 -
System Red Green Blue C M Y K H S L
Decimal 199 17 2 0 0.91 0.99 0.22 4.57 0.98 0.39
Hex C7 11 2 0 5B 63 16 5 62 27
Octal 307 21 2 0 133 143 26 5 142 47
Binary 11000111 10001 10 0 1011011 1100011 10110 101 1100010 100111

Color Harmonies of #C71102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71102

Black with #C71102

Text Example


Text Example

White with #C71102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71102; }

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

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

background-color css

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

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

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

border-color css

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

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

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