Html Css Color HEX #C50706 Free Speech Red

📋 copy color: '#C50706'

red 197 ◦ green 7 ◦ blue 6

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

Shades of Free Speech Red #C50706

Tints of Free Speech Red #C50706

RGB

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

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

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

R = 93.81%
G = 3.33%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C50706 (or 0xC50706) is known color: Free Speech Red. HEX triplet: C5, 07 and 06. RGB value is (197,7,6). Sum of RGB (Red+Green+Blue) = 197+7+6=210 (27% of max value = 765). Red value is 197 (77.34% from 255 or 93.81% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 197 - color contains mainly: red. Hex color #C50706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50706 is #3AF8F9. Grayscale: #3F3F3F. Windows color (decimal): -3864826 or 395205. OLE color: 395205.

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

Color convert

RGB 197 7 6 -
CMYK 0 0.96 0.97 0.23
HSL 0.31º 0.94% 0.4% -
HSV(B) 0.31º 0.97% 0.77% -
XYZ 23.13 12.04 1.28 -
YUV 63.7 95.45 223.08 -
System Red Green Blue C M Y K H S L
Decimal 197 7 6 0 0.96 0.97 0.23 0.31 0.94 0.4
Hex C5 7 6 0 60 61 17 0 5E 28
Octal 305 7 6 0 140 141 27 0 136 50
Binary 11000101 111 110 0 1100000 1100001 10111 0 1011110 101000

Color Harmonies of #C50706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50706

Black with #C50706

Text Example


Text Example

White with #C50706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50706; }

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

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

background-color css

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

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

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

border-color css

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

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

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