Html Css Color HEX #C71807 Free Speech Red

📋 copy color: '#C71807'

red 199 ◦ green 24 ◦ blue 7

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

Shades of Free Speech Red #C71807

Tints of Free Speech Red #C71807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.43%

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

R = 86.52%
G = 10.43%
B = 3.04%

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

#C71807 (or 0xC71807) is known color: Free Speech Red. HEX triplet: C7, 18 and 07. RGB value is (199,24,7). Sum of RGB (Red+Green+Blue) = 199+24+7=230 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.52% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 199 - color contains mainly: red. Hex color #C71807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71807 is #38E7F8. Grayscale: #4A4A4A. Windows color (decimal): -3729401 or 465095. OLE color: 465095.

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

Color convert

RGB 199 24 7 -
CMYK 0 0.88 0.96 0.22
HSL 5.31º 0.93% 0.4% -
HSV(B) 5.31º 0.96% 0.78% -
XYZ 23.92 12.81 1.41 -
YUV 74.39 89.98 216.88 -
System Red Green Blue C M Y K H S L
Decimal 199 24 7 0 0.88 0.96 0.22 5.31 0.93 0.4
Hex C7 18 7 0 58 60 16 5 5D 28
Octal 307 30 7 0 130 140 26 5 135 50
Binary 11000111 11000 111 0 1011000 1100000 10110 101 1011101 101000

Color Harmonies of #C71807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71807

Black with #C71807

Text Example


Text Example

White with #C71807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71807; }

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

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

background-color css

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

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

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

border-color css

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

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

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