Html Css Color HEX #D50504 Free Speech Red

📋 copy color: '#D50504'

red 213 ◦ green 5 ◦ blue 4

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

Shades of Free Speech Red #D50504

Tints of Free Speech Red #D50504

RGB

 RED value IS 213 (83.59% from 255) = 95.95%

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

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

R = 95.95%
G = 2.25%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D50504 (or 0xD50504) is known color: Free Speech Red. HEX triplet: D5, 05 and 04. RGB value is (213,5,4). Sum of RGB (Red+Green+Blue) = 213+5+4=222 (29% of max value = 765). Red value is 213 (83.59% from 255 or 95.95% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 213 - color contains mainly: red. Hex color #D50504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50504 is #2AFAFB. Grayscale: #434343. Windows color (decimal): -2816764 or 263637. OLE color: 263637.

HSL color Cylindrical-coordinate representation of color #D50504: hue angle of 0.29º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50504 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 5 4 -
CMYK 0 0.98 0.98 0.16
HSL 0.29º 0.96% 0.43% -
HSV(B) 0.29º 0.98% 0.84% -
XYZ 27.52 14.26 1.42 -
YUV 67.08 92.41 232.08 -
System Red Green Blue C M Y K H S L
Decimal 213 5 4 0 0.98 0.98 0.16 0.29 0.96 0.43
Hex D5 5 4 0 62 62 10 0 60 2B
Octal 325 5 4 0 142 142 20 0 140 53
Binary 11010101 101 100 0 1100010 1100010 10000 0 1100000 101011

Color Harmonies of #D50504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50504

Black with #D50504

Text Example


Text Example

White with #D50504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50504; }

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

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

background-color css

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

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

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

border-color css

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

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

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