Html Css Color HEX #C71502 Free Speech Red

📋 copy color: '#C71502'

red 199 ◦ green 21 ◦ blue 2

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

Shades of Free Speech Red #C71502

Tints of Free Speech Red #C71502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 89.64%
G = 9.46%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C71502 (or 0xC71502) is known color: Free Speech Red. HEX triplet: C7, 15 and 02. RGB value is (199,21,2). Sum of RGB (Red+Green+Blue) = 199+21+2=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C71502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71502 is #38EAFD. Grayscale: #484848. Windows color (decimal): -3730174 or 136647. OLE color: 136647.

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

Color convert

RGB 199 21 2 -
CMYK 0 0.89 0.99 0.22
HSL 5.79º 0.98% 0.39% -
HSV(B) 5.79º 0.99% 0.78% -
XYZ 23.83 12.68 1.25 -
YUV 72.06 88.47 218.54 -
System Red Green Blue C M Y K H S L
Decimal 199 21 2 0 0.89 0.99 0.22 5.79 0.98 0.39
Hex C7 15 2 0 59 63 16 6 62 27
Octal 307 25 2 0 131 143 26 6 142 47
Binary 11000111 10101 10 0 1011001 1100011 10110 110 1100010 100111

Color Harmonies of #C71502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71502

Black with #C71502

Text Example


Text Example

White with #C71502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71502; }

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

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

background-color css

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

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

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

border-color css

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

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

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