Html Css Color HEX #D62028 Fire Engine Red

📋 copy color: '#D62028'

red 214 ◦ green 32 ◦ blue 40

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

Shades of Fire Engine Red #D62028

Tints of Fire Engine Red #D62028

RGB

 RED value IS 214 (83.98% from 255) = 74.83%

 GREEN value IS 32 (12.89% from 255) = 11.19%

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

R = 74.83%
G = 11.19%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D62028 (or 0xD62028) is known color: Fire Engine Red. HEX triplet: D6, 20 and 28. RGB value is (214,32,40). Sum of RGB (Red+Green+Blue) = 214+32+40=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D62028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62028 is #29DFD7. Grayscale: #575757. Windows color (decimal): -2744280 or 2629846. OLE color: 2629846.

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

Color convert

RGB 214 32 40 -
CMYK 0 0.85 0.81 0.16
HSL 357.36º 0.74% 0.48% -
HSV(B) 357.36º 0.85% 0.84% -
XYZ 28.63 15.48 3.49 -
YUV 87.33 101.3 218.35 -
System Red Green Blue C M Y K H S L
Decimal 214 32 40 0 0.85 0.81 0.16 357.36 0.74 0.48
Hex D6 20 28 0 55 51 10 165 4A 30
Octal 326 40 50 0 125 121 20 545 112 60
Binary 11010110 100000 101000 0 1010101 1010001 10000 101100101 1001010 110000

Color Harmonies of #D62028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62028

Black with #D62028

Text Example


Text Example

White with #D62028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62028; }

 p { color: rgb(214,32,40); }

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

background-color css

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

 a { background-color: rgb(214,32,40); }

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

border-color css

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

 span { border-color: rgb(214,32,40); }

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