Html Css Color HEX #C50800 Free Speech Red

📋 copy color: '#C50800'

red 197 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #C50800

Tints of Free Speech Red #C50800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.9%

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

R = 96.1%
G = 3.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C50800 (or 0xC50800) is known color: Free Speech Red. HEX triplet: C5, 08 and 00. RGB value is (197,8,0). Sum of RGB (Red+Green+Blue) = 197+8+0=205 (27% of max value = 765). Red value is 197 (77.34% from 255 or 96.10% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 197 - color contains mainly: red. Hex color #C50800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50800 is #3AF7FF. Grayscale: #3F3F3F. Windows color (decimal): -3864576 or 2245. OLE color: 2245.

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

Color convert

RGB 197 8 0 -
CMYK 0 0.96 1 0.23
HSL 2.44º 1% 0.39% -
HSV(B) 2.44º 1% 0.77% -
XYZ 23.11 12.04 1.11 -
YUV 63.6 92.12 223.15 -
System Red Green Blue C M Y K H S L
Decimal 197 8 0 0 0.96 1 0.23 2.44 1 0.39
Hex C5 8 0 0 60 64 17 2 64 27
Octal 305 10 0 0 140 144 27 2 144 47
Binary 11000101 1000 0 0 1100000 1100100 10111 10 1100100 100111

Color Harmonies of #C50800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50800

Black with #C50800

Text Example


Text Example

White with #C50800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50800; }

 p { color: rgb(197,8,0); }

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

background-color css

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

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

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

border-color css

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

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

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