Html Css Color HEX #D51428 Fire Engine Red

📋 copy color: '#D51428'

red 213 ◦ green 20 ◦ blue 40

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

Shades of Fire Engine Red #D51428

Tints of Fire Engine Red #D51428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

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

R = 78.02%
G = 7.33%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D51428 (or 0xD51428) is known color: Fire Engine Red. HEX triplet: D5, 14 and 28. RGB value is (213,20,40). Sum of RGB (Red+Green+Blue) = 213+20+40=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D51428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51428 is #2AEBD7. Grayscale: #505050. Windows color (decimal): -2812888 or 2626773. OLE color: 2626773.

HSL color Cylindrical-coordinate representation of color #D51428: hue angle of 353.78º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51428 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 40 -
CMYK 0 0.91 0.81 0.16
HSL 353.78º 0.83% 0.46% -
HSV(B) 353.78º 0.91% 0.84% -
XYZ 28.07 14.8 3.38 -
YUV 79.99 105.44 222.87 -
System Red Green Blue C M Y K H S L
Decimal 213 20 40 0 0.91 0.81 0.16 353.78 0.83 0.46
Hex D5 14 28 0 5B 51 10 162 53 2E
Octal 325 24 50 0 133 121 20 542 123 56
Binary 11010101 10100 101000 0 1011011 1010001 10000 101100010 1010011 101110

Color Harmonies of #D51428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51428

Black with #D51428

Text Example


Text Example

White with #D51428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51428; }

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

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

background-color css

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

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

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

border-color css

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

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

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