Html Css Color HEX #C70602 Free Speech Red

📋 copy color: '#C70602'

red 199 ◦ green 6 ◦ blue 2

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

Shades of Free Speech Red #C70602

Tints of Free Speech Red #C70602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.9%

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

R = 96.14%
G = 2.9%
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

#C70602 (or 0xC70602) is known color: Free Speech Red. HEX triplet: C7, 06 and 02. RGB value is (199,6,2). Sum of RGB (Red+Green+Blue) = 199+6+2=207 (27% of max value = 765). Red value is 199 (78.12% from 255 or 96.14% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 199 - color contains mainly: red. Hex color #C70602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70602 is #38F9FD. Grayscale: #3F3F3F. Windows color (decimal): -3734014 or 132807. OLE color: 132807.

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

Color convert

RGB 199 6 2 -
CMYK 0 0.97 0.99 0.22
HSL 1.22º 0.98% 0.39% -
HSV(B) 1.22º 0.99% 0.78% -
XYZ 23.63 12.28 1.18 -
YUV 63.25 93.44 224.83 -
System Red Green Blue C M Y K H S L
Decimal 199 6 2 0 0.97 0.99 0.22 1.22 0.98 0.39
Hex C7 6 2 0 61 63 16 1 62 27
Octal 307 6 2 0 141 143 26 1 142 47
Binary 11000111 110 10 0 1100001 1100011 10110 1 1100010 100111

Color Harmonies of #C70602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70602

Black with #C70602

Text Example


Text Example

White with #C70602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70602; }

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

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

background-color css

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

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

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

border-color css

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

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

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