Html Css Color HEX #C50504 Free Speech Red

📋 copy color: '#C50504'

red 197 ◦ green 5 ◦ blue 4

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

Shades of Free Speech Red #C50504

Tints of Free Speech Red #C50504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

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

R = 95.63%
G = 2.43%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C50504 (or 0xC50504) is known color: Free Speech Red. HEX triplet: C5, 05 and 04. RGB value is (197,5,4). Sum of RGB (Red+Green+Blue) = 197+5+4=206 (27% of max value = 765). Red value is 197 (77.34% from 255 or 95.63% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 197 - color contains mainly: red. Hex color #C50504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50504 is #3AFAFB. Grayscale: #3E3E3E. Windows color (decimal): -3865340 or 263621. OLE color: 263621.

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

Color convert

RGB 197 5 4 -
CMYK 0 0.97 0.98 0.23
HSL 0.31º 0.96% 0.39% -
HSV(B) 0.31º 0.98% 0.77% -
XYZ 23.1 11.99 1.21 -
YUV 62.29 95.11 224.08 -
System Red Green Blue C M Y K H S L
Decimal 197 5 4 0 0.97 0.98 0.23 0.31 0.96 0.39
Hex C5 5 4 0 61 62 17 0 60 27
Octal 305 5 4 0 141 142 27 0 140 47
Binary 11000101 101 100 0 1100001 1100010 10111 0 1100000 100111

Color Harmonies of #C50504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50504

Black with #C50504

Text Example


Text Example

White with #C50504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50504; }

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

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

background-color css

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

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

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

border-color css

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

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

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