Html Css Color HEX #C71707 Free Speech Red

📋 copy color: '#C71707'

red 199 ◦ green 23 ◦ blue 7

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

Shades of Free Speech Red #C71707

Tints of Free Speech Red #C71707

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.04%

 BLUE value IS 7 (3.13% from 255) = 3.06%

R = 86.9%
G = 10.04%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C71707 (or 0xC71707) is known color: Free Speech Red. HEX triplet: C7, 17 and 07. RGB value is (199,23,7). Sum of RGB (Red+Green+Blue) = 199+23+7=229 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.90% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 199 - color contains mainly: red. Hex color #C71707 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71707 is #38E8F8. Grayscale: #4A4A4A. Windows color (decimal): -3729657 or 464839. OLE color: 464839.

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

Color convert

RGB 199 23 7 -
CMYK 0 0.88 0.96 0.22
HSL 0.93% 0.4% -
HSV(B) 0.96% 0.78% -
XYZ 23.9 12.77 1.41 -
YUV 73.8 90.31 217.3 -
System Red Green Blue C M Y K H S L
Decimal 199 23 7 0 0.88 0.96 0.22 5 0.93 0.4
Hex C7 17 7 0 58 60 16 5 5D 28
Octal 307 27 7 0 130 140 26 5 135 50
Binary 11000111 10111 111 0 1011000 1100000 10110 101 1011101 101000

Color Harmonies of #C71707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71707

Black with #C71707

Text Example


Text Example

White with #C71707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71707; }

 p { color: rgb(199,23,7); }

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

background-color css

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

 a { background-color: rgb(199,23,7); }

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

border-color css

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

 span { border-color: rgb(199,23,7); }

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