Html Css Color HEX #C70802 Free Speech Red

📋 copy color: '#C70802'

red 199 ◦ green 8 ◦ blue 2

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

Shades of Free Speech Red #C70802

Tints of Free Speech Red #C70802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.83%

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

R = 95.22%
G = 3.83%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C70802 (or 0xC70802) is known color: Free Speech Red. HEX triplet: C7, 08 and 02. RGB value is (199,8,2). Sum of RGB (Red+Green+Blue) = 199+8+2=209 (27% of max value = 765). Red value is 199 (78.12% from 255 or 95.22% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 199 - color contains mainly: red. Hex color #C70802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70802 is #38F7FD. Grayscale: #404040. Windows color (decimal): -3733502 or 133319. OLE color: 133319.

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

Color convert

RGB 199 8 2 -
CMYK 0 0.96 0.99 0.22
HSL 1.83º 0.98% 0.39% -
HSV(B) 1.83º 0.99% 0.78% -
XYZ 23.65 12.32 1.19 -
YUV 64.43 92.78 223.99 -
System Red Green Blue C M Y K H S L
Decimal 199 8 2 0 0.96 0.99 0.22 1.83 0.98 0.39
Hex C7 8 2 0 60 63 16 2 62 27
Octal 307 10 2 0 140 143 26 2 142 47
Binary 11000111 1000 10 0 1100000 1100011 10110 10 1100010 100111

Color Harmonies of #C70802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70802

Black with #C70802

Text Example


Text Example

White with #C70802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70802; }

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

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

background-color css

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

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

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

border-color css

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

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

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