Html Css Color HEX #D50523 Fire Engine Red

📋 copy color: '#D50523'

red 213 ◦ green 5 ◦ blue 35

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

Shades of Fire Engine Red #D50523

Tints of Fire Engine Red #D50523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.83%

R = 84.19%
G = 1.98%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D50523 (or 0xD50523) is known color: Fire Engine Red. HEX triplet: D5, 05 and 23. RGB value is (213,5,35). Sum of RGB (Red+Green+Blue) = 213+5+35=253 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.19% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 213 - color contains mainly: red. Hex color #D50523 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50523 is #2AFADC. Grayscale: #464646. Windows color (decimal): -2816733 or 2295253. OLE color: 2295253.

HSL color Cylindrical-coordinate representation of color #D50523: hue angle of 351.35º degrees, saturation: 0.95, 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 #D50523 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 5 35 -
CMYK 0 0.98 0.84 0.16
HSL 351.35º 0.95% 0.43% -
HSV(B) 351.35º 0.98% 0.84% -
XYZ 27.8 14.38 2.9 -
YUV 70.61 107.91 229.56 -
System Red Green Blue C M Y K H S L
Decimal 213 5 35 0 0.98 0.84 0.16 351.35 0.95 0.43
Hex D5 5 23 0 62 54 10 15F 5F 2B
Octal 325 5 43 0 142 124 20 537 137 53
Binary 11010101 101 100011 0 1100010 1010100 10000 101011111 1011111 101011

Color Harmonies of #D50523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50523

Black with #D50523

Text Example


Text Example

White with #D50523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50523; }

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

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

background-color css

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

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

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

border-color css

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

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

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