Html Css Color HEX #C50705 Free Speech Red

📋 copy color: '#C50705'

red 197 ◦ green 7 ◦ blue 5

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

Shades of Free Speech Red #C50705

Tints of Free Speech Red #C50705

RGB

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

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

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

R = 94.26%
G = 3.35%
B = 2.39%

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

#C50705 (or 0xC50705) is known color: Free Speech Red. HEX triplet: C5, 07 and 05. RGB value is (197,7,5). Sum of RGB (Red+Green+Blue) = 197+7+5=209 (27% of max value = 765). Red value is 197 (77.34% from 255 or 94.26% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 197 - color contains mainly: red. Hex color #C50705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50705 is #3AF8FA. Grayscale: #3F3F3F. Windows color (decimal): -3864827 or 329669. OLE color: 329669.

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

Color convert

RGB 197 7 5 -
CMYK 0 0.96 0.97 0.23
HSL 0.63º 0.95% 0.4% -
HSV(B) 0.63º 0.97% 0.77% -
XYZ 23.13 12.03 1.25 -
YUV 63.58 94.95 223.16 -
System Red Green Blue C M Y K H S L
Decimal 197 7 5 0 0.96 0.97 0.23 0.63 0.95 0.4
Hex C5 7 5 0 60 61 17 1 5F 28
Octal 305 7 5 0 140 141 27 1 137 50
Binary 11000101 111 101 0 1100000 1100001 10111 1 1011111 101000

Color Harmonies of #C50705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50705

Black with #C50705

Text Example


Text Example

White with #C50705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50705; }

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

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

background-color css

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

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

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

border-color css

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

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

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