Html Css Color HEX #D50525 Fire Engine Red

📋 copy color: '#D50525'

red 213 ◦ green 5 ◦ blue 37

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

Shades of Fire Engine Red #D50525

Tints of Fire Engine Red #D50525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.51%

R = 83.53%
G = 1.96%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D50525 (or 0xD50525) is known color: Fire Engine Red. HEX triplet: D5, 05 and 25. RGB value is (213,5,37). Sum of RGB (Red+Green+Blue) = 213+5+37=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D50525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50525 is #2AFADA. Grayscale: #464646. Windows color (decimal): -2816731 or 2426325. OLE color: 2426325.

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

Color convert

RGB 213 5 37 -
CMYK 0 0.98 0.83 0.16
HSL 350.77º 0.95% 0.43% -
HSV(B) 350.77º 0.98% 0.84% -
XYZ 27.83 14.39 3.06 -
YUV 70.84 108.91 229.4 -
System Red Green Blue C M Y K H S L
Decimal 213 5 37 0 0.98 0.83 0.16 350.77 0.95 0.43
Hex D5 5 25 0 62 53 10 15F 5F 2B
Octal 325 5 45 0 142 123 20 537 137 53
Binary 11010101 101 100101 0 1100010 1010011 10000 101011111 1011111 101011

Color Harmonies of #D50525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50525

Black with #D50525

Text Example


Text Example

White with #D50525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50525; }

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

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

background-color css

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

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

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

border-color css

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

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

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