Html Css Color HEX #C70202 Free Speech Red

📋 copy color: '#C70202'

red 199 ◦ green 2 ◦ blue 2

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

Shades of Free Speech Red #C70202

Tints of Free Speech Red #C70202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 98.03%
G = 0.99%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C70202 (or 0xC70202) is known color: Free Speech Red. HEX triplet: C7, 02 and 02. RGB value is (199,2,2). Sum of RGB (Red+Green+Blue) = 199+2+2=203 (26% of max value = 765). Red value is 199 (78.12% from 255 or 98.03% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 199 - color contains mainly: red. Hex color #C70202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70202 is #38FDFD. Grayscale: #3D3D3D. Windows color (decimal): -3735038 or 131783. OLE color: 131783.

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

Color convert

RGB 199 2 2 -
CMYK 0 0.99 0.99 0.22
HSL 0.98% 0.39% -
HSV(B) 0.99% 0.78% -
XYZ 23.59 12.19 1.17 -
YUV 60.9 94.77 226.5 -
System Red Green Blue C M Y K H S L
Decimal 199 2 2 0 0.99 0.99 0.22 0 0.98 0.39
Hex C7 2 2 0 63 63 16 0 62 27
Octal 307 2 2 0 143 143 26 0 142 47
Binary 11000111 10 10 0 1100011 1100011 10110 0 1100010 100111

Color Harmonies of #C70202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70202

Black with #C70202

Text Example


Text Example

White with #C70202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70202; }

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

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

background-color css

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

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

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

border-color css

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

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

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