Html Css Color HEX #C50606 Free Speech Red

📋 copy color: '#C50606'

red 197 ◦ green 6 ◦ blue 6

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

Shades of Free Speech Red #C50606

Tints of Free Speech Red #C50606

RGB

 RED value IS 197 (77.34% from 255) = 94.26%

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

 BLUE value IS 6 (2.73% from 255) = 2.87%

R = 94.26%
G = 2.87%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C50606 (or 0xC50606) is known color: Free Speech Red. HEX triplet: C5, 06 and 06. RGB value is (197,6,6). Sum of RGB (Red+Green+Blue) = 197+6+6=209 (27% of max value = 765). Red value is 197 (77.34% from 255 or 94.26% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 197 - color contains mainly: red. Hex color #C50606 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50606 is #3AF9F9. Grayscale: #3F3F3F. Windows color (decimal): -3865082 or 394949. OLE color: 394949.

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

Color convert

RGB 197 6 6 -
CMYK 0 0.97 0.97 0.23
HSL 0.94% 0.4% -
HSV(B) 0.97% 0.77% -
XYZ 23.12 12.01 1.27 -
YUV 63.11 95.78 223.5 -
System Red Green Blue C M Y K H S L
Decimal 197 6 6 0 0.97 0.97 0.23 0 0.94 0.4
Hex C5 6 6 0 61 61 17 0 5E 28
Octal 305 6 6 0 141 141 27 0 136 50
Binary 11000101 110 110 0 1100001 1100001 10111 0 1011110 101000

Color Harmonies of #C50606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50606

Black with #C50606

Text Example


Text Example

White with #C50606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50606; }

 p { color: rgb(197,6,6); }

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

background-color css

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

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

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

border-color css

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

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

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