Html Css Color HEX #D21018 Fire Engine Red

📋 copy color: '#D21018'

red 210 ◦ green 16 ◦ blue 24

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

Shades of Fire Engine Red #D21018

Tints of Fire Engine Red #D21018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 84%
G = 6.4%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D21018 (or 0xD21018) is known color: Fire Engine Red. HEX triplet: D2, 10 and 18. RGB value is (210,16,24). Sum of RGB (Red+Green+Blue) = 210+16+24=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D21018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21018 is #2DEFE7. Grayscale: #4B4B4B. Windows color (decimal): -3010536 or 1577170. OLE color: 1577170.

HSL color Cylindrical-coordinate representation of color #D21018: hue angle of 357.53º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21018 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 16 24 -
CMYK 0 0.92 0.89 0.18
HSL 357.53º 0.86% 0.44% -
HSV(B) 357.53º 0.92% 0.82% -
XYZ 26.93 14.14 2.17 -
YUV 74.92 99.27 224.35 -
System Red Green Blue C M Y K H S L
Decimal 210 16 24 0 0.92 0.89 0.18 357.53 0.86 0.44
Hex D2 10 18 0 5C 59 12 166 56 2C
Octal 322 20 30 0 134 131 22 546 126 54
Binary 11010010 10000 11000 0 1011100 1011001 10010 101100110 1010110 101100

Color Harmonies of #D21018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21018

Black with #D21018

Text Example


Text Example

White with #D21018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21018; }

 p { color: rgb(210,16,24); }

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

background-color css

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

 a { background-color: rgb(210,16,24); }

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

border-color css

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

 span { border-color: rgb(210,16,24); }

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