Html Css Color HEX #C60505 Free Speech Red

📋 copy color: '#C60505'

red 198 ◦ green 5 ◦ blue 5

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

Shades of Free Speech Red #C60505

Tints of Free Speech Red #C60505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.4%

R = 95.19%
G = 2.4%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C60505 (or 0xC60505) is known color: Free Speech Red. HEX triplet: C6, 05 and 05. RGB value is (198,5,5). Sum of RGB (Red+Green+Blue) = 198+5+5=208 (27% of max value = 765). Red value is 198 (77.73% from 255 or 95.19% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 198 - color contains mainly: red. Hex color #C60505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60505 is #39FAFA. Grayscale: #3E3E3E. Windows color (decimal): -3799803 or 329158. OLE color: 329158.

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

Color convert

RGB 198 5 5 -
CMYK 0 0.97 0.97 0.22
HSL 0.95% 0.4% -
HSV(B) 0.97% 0.78% -
XYZ 23.37 12.13 1.25 -
YUV 62.71 95.44 224.5 -
System Red Green Blue C M Y K H S L
Decimal 198 5 5 0 0.97 0.97 0.22 0 0.95 0.4
Hex C6 5 5 0 61 61 16 0 5F 28
Octal 306 5 5 0 141 141 26 0 137 50
Binary 11000110 101 101 0 1100001 1100001 10110 0 1011111 101000

Color Harmonies of #C60505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60505

Black with #C60505

Text Example


Text Example

White with #C60505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60505; }

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

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

background-color css

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

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

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

border-color css

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

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

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