Html Css Color HEX #C70502 Free Speech Red

📋 copy color: '#C70502'

red 199 ◦ green 5 ◦ blue 2

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

Shades of Free Speech Red #C70502

Tints of Free Speech Red #C70502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

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

R = 96.6%
G = 2.43%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C70502 (or 0xC70502) is known color: Free Speech Red. HEX triplet: C7, 05 and 02. RGB value is (199,5,2). Sum of RGB (Red+Green+Blue) = 199+5+2=206 (27% of max value = 765). Red value is 199 (78.12% from 255 or 96.60% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 199 - color contains mainly: red. Hex color #C70502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70502 is #38FAFD. Grayscale: #3E3E3E. Windows color (decimal): -3734270 or 132551. OLE color: 132551.

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

Color convert

RGB 199 5 2 -
CMYK 0 0.97 0.99 0.22
HSL 0.91º 0.98% 0.39% -
HSV(B) 0.91º 0.99% 0.78% -
XYZ 23.62 12.26 1.18 -
YUV 62.66 93.77 225.24 -
System Red Green Blue C M Y K H S L
Decimal 199 5 2 0 0.97 0.99 0.22 0.91 0.98 0.39
Hex C7 5 2 0 61 63 16 1 62 27
Octal 307 5 2 0 141 143 26 1 142 47
Binary 11000111 101 10 0 1100001 1100011 10110 1 1100010 100111

Color Harmonies of #C70502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70502

Black with #C70502

Text Example


Text Example

White with #C70502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70502; }

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

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

background-color css

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

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

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

border-color css

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

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

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