Html Css Color HEX #C60502 Free Speech Red

📋 copy color: '#C60502'

red 198 ◦ green 5 ◦ blue 2

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

Shades of Free Speech Red #C60502

Tints of Free Speech Red #C60502

RGB

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

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

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

R = 96.59%
G = 2.44%
B = 0.98%

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

#C60502 (or 0xC60502) is known color: Free Speech Red. HEX triplet: C6, 05 and 02. RGB value is (198,5,2). Sum of RGB (Red+Green+Blue) = 198+5+2=205 (27% of max value = 765). Red value is 198 (77.73% from 255 or 96.59% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 198 - color contains mainly: red. Hex color #C60502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60502 is #39FAFD. Grayscale: #3E3E3E. Windows color (decimal): -3799806 or 132550. OLE color: 132550.

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

Color convert

RGB 198 5 2 -
CMYK 0 0.97 0.99 0.22
HSL 0.92º 0.98% 0.39% -
HSV(B) 0.92º 0.99% 0.78% -
XYZ 23.35 12.12 1.17 -
YUV 62.37 93.94 224.74 -
System Red Green Blue C M Y K H S L
Decimal 198 5 2 0 0.97 0.99 0.22 0.92 0.98 0.39
Hex C6 5 2 0 61 63 16 1 62 27
Octal 306 5 2 0 141 143 26 1 142 47
Binary 11000110 101 10 0 1100001 1100011 10110 1 1100010 100111

Color Harmonies of #C60502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60502

Black with #C60502

Text Example


Text Example

White with #C60502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60502; }

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

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

background-color css

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

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

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

border-color css

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

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

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