Html Css Color HEX #C50A04 Free Speech Red

📋 copy color: '#C50A04'

red 197 ◦ green 10 ◦ blue 4

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

Shades of Free Speech Red #C50A04

Tints of Free Speech Red #C50A04

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.74%

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 93.36%
G = 4.74%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C50A04 (or 0xC50A04) is known color: Free Speech Red. HEX triplet: C5, 0A and 04. RGB value is (197,10,4). Sum of RGB (Red+Green+Blue) = 197+10+4=211 (27% of max value = 765). Red value is 197 (77.34% from 255 or 93.36% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50A04 is #3AF5FB. Grayscale: #414141. Windows color (decimal): -3864060 or 264901. OLE color: 264901.

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

Color convert

RGB 197 10 4 -
CMYK 0 0.95 0.98 0.23
HSL 1.87º 0.96% 0.39% -
HSV(B) 1.87º 0.98% 0.77% -
XYZ 23.16 12.1 1.23 -
YUV 65.23 93.45 221.99 -
System Red Green Blue C M Y K H S L
Decimal 197 10 4 0 0.95 0.98 0.23 1.87 0.96 0.39
Hex C5 A 4 0 5F 62 17 2 60 27
Octal 305 12 4 0 137 142 27 2 140 47
Binary 11000101 1010 100 0 1011111 1100010 10111 10 1100000 100111

Color Harmonies of #C50A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50A04

Black with #C50A04

Text Example


Text Example

White with #C50A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50A04; }

 p { color: rgb(197,10,4); }

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

background-color css

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

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

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

border-color css

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

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

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