Html Css Color HEX #C60702 Free Speech Red

📋 copy color: '#C60702'

red 198 ◦ green 7 ◦ blue 2

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

Shades of Free Speech Red #C60702

Tints of Free Speech Red #C60702

RGB

 RED value IS 198 (77.73% from 255) = 95.65%

 GREEN value IS 7 (3.13% from 255) = 3.38%

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

R = 95.65%
G = 3.38%
B = 0.97%

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

#C60702 (or 0xC60702) is known color: Free Speech Red. HEX triplet: C6, 07 and 02. RGB value is (198,7,2). Sum of RGB (Red+Green+Blue) = 198+7+2=207 (27% of max value = 765). Red value is 198 (77.73% from 255 or 95.65% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 198 - color contains mainly: red. Hex color #C60702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60702 is #39F8FD. Grayscale: #3F3F3F. Windows color (decimal): -3799294 or 133062. OLE color: 133062.

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

Color convert

RGB 198 7 2 -
CMYK 0 0.96 0.99 0.22
HSL 1.53º 0.98% 0.39% -
HSV(B) 1.53º 0.99% 0.78% -
XYZ 23.38 12.16 1.17 -
YUV 63.54 93.28 223.91 -
System Red Green Blue C M Y K H S L
Decimal 198 7 2 0 0.96 0.99 0.22 1.53 0.98 0.39
Hex C6 7 2 0 60 63 16 2 62 27
Octal 306 7 2 0 140 143 26 2 142 47
Binary 11000110 111 10 0 1100000 1100011 10110 10 1100010 100111

Color Harmonies of #C60702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60702

Black with #C60702

Text Example


Text Example

White with #C60702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60702; }

 p { color: rgb(198,7,2); }

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

background-color css

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

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

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

border-color css

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

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

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