Html Css Color HEX #C71306 Free Speech Red

📋 copy color: '#C71306'

red 199 ◦ green 19 ◦ blue 6

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

Shades of Free Speech Red #C71306

Tints of Free Speech Red #C71306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.48%

 BLUE value IS 6 (2.73% from 255) = 2.68%

R = 88.84%
G = 8.48%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C71306 (or 0xC71306) is known color: Free Speech Red. HEX triplet: C7, 13 and 06. RGB value is (199,19,6). Sum of RGB (Red+Green+Blue) = 199+19+6=224 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.84% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 199 - color contains mainly: red. Hex color #C71306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71306 is #38ECF9. Grayscale: #474747. Windows color (decimal): -3730682 or 398279. OLE color: 398279.

HSL color Cylindrical-coordinate representation of color #C71306: hue angle of 4.04º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C71306 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 19 6 -
CMYK 0 0.90 0.97 0.22
HSL 4.04º 0.94% 0.4% -
HSV(B) 4.04º 0.97% 0.78% -
XYZ 23.82 12.62 1.35 -
YUV 71.34 91.13 219.06 -
System Red Green Blue C M Y K H S L
Decimal 199 19 6 0 0.90 0.97 0.22 4.04 0.94 0.4
Hex C7 13 6 0 5A 61 16 4 5E 28
Octal 307 23 6 0 132 141 26 4 136 50
Binary 11000111 10011 110 0 1011010 1100001 10110 100 1011110 101000

Color Harmonies of #C71306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71306

Black with #C71306

Text Example


Text Example

White with #C71306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71306; }

 p { color: rgb(199,19,6); }

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

background-color css

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

 a { background-color: rgb(199,19,6); }

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

border-color css

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

 span { border-color: rgb(199,19,6); }

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