Html Css Color HEX #C71500 Free Speech Red

📋 copy color: '#C71500'

red 199 ◦ green 21 ◦ blue 0

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

Shades of Free Speech Red #C71500

Tints of Free Speech Red #C71500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.45%
G = 9.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C71500 (or 0xC71500) is known color: Free Speech Red. HEX triplet: C7, 15 and 00. RGB value is (199,21,0). Sum of RGB (Red+Green+Blue) = 199+21+0=220 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.45% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 199 - color contains mainly: red. Hex color #C71500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71500 is #38EAFF. Grayscale: #484848. Windows color (decimal): -3730176 or 5575. OLE color: 5575.

HSL color Cylindrical-coordinate representation of color #C71500: hue angle of 6.33º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C71500 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 21 0 -
CMYK 0 0.89 1 0.22
HSL 6.33º 1% 0.39% -
HSV(B) 6.33º 1% 0.78% -
XYZ 23.82 12.68 1.19 -
YUV 71.83 87.47 218.71 -
System Red Green Blue C M Y K H S L
Decimal 199 21 0 0 0.89 1 0.22 6.33 1 0.39
Hex C7 15 0 0 59 64 16 6 64 27
Octal 307 25 0 0 131 144 26 6 144 47
Binary 11000111 10101 0 0 1011001 1100100 10110 110 1100100 100111

Color Harmonies of #C71500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71500

Black with #C71500

Text Example


Text Example

White with #C71500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71500; }

 p { color: rgb(199,21,0); }

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

background-color css

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

 a { background-color: rgb(199,21,0); }

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

border-color css

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

 span { border-color: rgb(199,21,0); }

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