Html Css Color HEX #D20428 Fire Engine Red

📋 copy color: '#D20428'

red 210 ◦ green 4 ◦ blue 40

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

Shades of Fire Engine Red #D20428

Tints of Fire Engine Red #D20428

RGB

 RED value IS 210 (82.42% from 255) = 82.68%

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

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

R = 82.68%
G = 1.57%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D20428 (or 0xD20428) is known color: Fire Engine Red. HEX triplet: D2, 04 and 28. RGB value is (210,4,40). Sum of RGB (Red+Green+Blue) = 210+4+40=254 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.68% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 210 - color contains mainly: red. Hex color #D20428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20428 is #2DFBD7. Grayscale: #454545. Windows color (decimal): -3013592 or 2622674. OLE color: 2622674.

HSL color Cylindrical-coordinate representation of color #D20428: hue angle of 349.51º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20428 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 4 40 -
CMYK 0 0.98 0.81 0.18
HSL 349.51º 0.96% 0.42% -
HSV(B) 349.51º 0.98% 0.82% -
XYZ 27 13.94 3.28 -
YUV 69.7 111.25 228.07 -
System Red Green Blue C M Y K H S L
Decimal 210 4 40 0 0.98 0.81 0.18 349.51 0.96 0.42
Hex D2 4 28 0 62 51 12 15E 60 2A
Octal 322 4 50 0 142 121 22 536 140 52
Binary 11010010 100 101000 0 1100010 1010001 10010 101011110 1100000 101010

Color Harmonies of #D20428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20428

Black with #D20428

Text Example


Text Example

White with #D20428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20428; }

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

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

background-color css

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

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

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

border-color css

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

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

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