Html Css Color HEX #C71607 Free Speech Red

📋 copy color: '#C71607'

red 199 ◦ green 22 ◦ blue 7

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

Shades of Free Speech Red #C71607

Tints of Free Speech Red #C71607

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.65%

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

R = 87.28%
G = 9.65%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C71607 (or 0xC71607) is known color: Free Speech Red. HEX triplet: C7, 16 and 07. RGB value is (199,22,7). Sum of RGB (Red+Green+Blue) = 199+22+7=228 (30% of max value = 765). Red value is 199 (78.12% from 255 or 87.28% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 199 - color contains mainly: red. Hex color #C71607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71607 is #38E9F8. Grayscale: #494949. Windows color (decimal): -3729913 or 464583. OLE color: 464583.

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

Color convert

RGB 199 22 7 -
CMYK 0 0.89 0.96 0.22
HSL 4.69º 0.93% 0.4% -
HSV(B) 4.69º 0.96% 0.78% -
XYZ 23.88 12.73 1.4 -
YUV 73.21 90.64 217.72 -
System Red Green Blue C M Y K H S L
Decimal 199 22 7 0 0.89 0.96 0.22 4.69 0.93 0.4
Hex C7 16 7 0 59 60 16 5 5D 28
Octal 307 26 7 0 131 140 26 5 135 50
Binary 11000111 10110 111 0 1011001 1100000 10110 101 1011101 101000

Color Harmonies of #C71607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71607

Black with #C71607

Text Example


Text Example

White with #C71607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71607; }

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

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

background-color css

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

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

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

border-color css

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

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

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