Html Css Color HEX #C60500 Free Speech Red

📋 copy color: '#C60500'

red 198 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #C60500

Tints of Free Speech Red #C60500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.54%
G = 2.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C60500 (or 0xC60500) is known color: Free Speech Red. HEX triplet: C6, 05 and 00. RGB value is (198,5,0). Sum of RGB (Red+Green+Blue) = 198+5+0=203 (26% of max value = 765). Red value is 198 (77.73% from 255 or 97.54% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 198 - color contains mainly: red. Hex color #C60500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60500 is #39FAFF. Grayscale: #3E3E3E. Windows color (decimal): -3799808 or 1478. OLE color: 1478.

HSL color Cylindrical-coordinate representation of color #C60500: hue angle of 1.52º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60500 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 0 -
CMYK 0 0.97 1 0.22
HSL 1.52º 1% 0.39% -
HSV(B) 1.52º 1% 0.78% -
XYZ 23.34 12.11 1.11 -
YUV 62.14 92.94 224.91 -
System Red Green Blue C M Y K H S L
Decimal 198 5 0 0 0.97 1 0.22 1.52 1 0.39
Hex C6 5 0 0 61 64 16 2 64 27
Octal 306 5 0 0 141 144 26 2 144 47
Binary 11000110 101 0 0 1100001 1100100 10110 10 1100100 100111

Color Harmonies of #C60500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60500

Black with #C60500

Text Example


Text Example

White with #C60500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60500; }

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

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

background-color css

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

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

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

border-color css

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

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

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