Html Css Color HEX #C71407 Free Speech Red

📋 copy color: '#C71407'

red 199 ◦ green 20 ◦ blue 7

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

Shades of Free Speech Red #C71407

Tints of Free Speech Red #C71407

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.85%

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

R = 88.05%
G = 8.85%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C71407 (or 0xC71407) is known color: Free Speech Red. HEX triplet: C7, 14 and 07. RGB value is (199,20,7). Sum of RGB (Red+Green+Blue) = 199+20+7=226 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.05% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 199 - color contains mainly: red. Hex color #C71407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71407 is #38EBF8. Grayscale: #484848. Windows color (decimal): -3730425 or 464071. OLE color: 464071.

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

Color convert

RGB 199 20 7 -
CMYK 0 0.90 0.96 0.22
HSL 4.06º 0.93% 0.4% -
HSV(B) 4.06º 0.96% 0.78% -
XYZ 23.84 12.66 1.39 -
YUV 72.04 91.3 218.56 -
System Red Green Blue C M Y K H S L
Decimal 199 20 7 0 0.90 0.96 0.22 4.06 0.93 0.4
Hex C7 14 7 0 5A 60 16 4 5D 28
Octal 307 24 7 0 132 140 26 4 135 50
Binary 11000111 10100 111 0 1011010 1100000 10110 100 1011101 101000

Color Harmonies of #C71407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71407

Black with #C71407

Text Example


Text Example

White with #C71407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71407; }

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

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

background-color css

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

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

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

border-color css

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

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

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