Html Css Color HEX #D50428 Fire Engine Red

📋 copy color: '#D50428'

red 213 ◦ green 4 ◦ blue 40

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

Shades of Fire Engine Red #D50428

Tints of Fire Engine Red #D50428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 82.88%
G = 1.56%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D50428 (or 0xD50428) is known color: Fire Engine Red. HEX triplet: D5, 04 and 28. RGB value is (213,4,40). Sum of RGB (Red+Green+Blue) = 213+4+40=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D50428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50428 is #2AFBD7. Grayscale: #464646. Windows color (decimal): -2816984 or 2622677. OLE color: 2622677.

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

Color convert

RGB 213 4 40 -
CMYK 0 0.98 0.81 0.16
HSL 349.67º 0.96% 0.43% -
HSV(B) 349.67º 0.98% 0.84% -
XYZ 27.87 14.39 3.32 -
YUV 70.6 110.74 229.57 -
System Red Green Blue C M Y K H S L
Decimal 213 4 40 0 0.98 0.81 0.16 349.67 0.96 0.43
Hex D5 4 28 0 62 51 10 15E 60 2B
Octal 325 4 50 0 142 121 20 536 140 53
Binary 11010101 100 101000 0 1100010 1010001 10000 101011110 1100000 101011

Color Harmonies of #D50428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50428

Black with #D50428

Text Example


Text Example

White with #D50428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50428; }

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

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

background-color css

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

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

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

border-color css

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

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

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