Html Css Color HEX #D31018 Fire Engine Red

📋 copy color: '#D31018'

red 211 ◦ green 16 ◦ blue 24

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

Shades of Fire Engine Red #D31018

Tints of Fire Engine Red #D31018

RGB

 RED value IS 211 (82.81% from 255) = 84.06%

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

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

R = 84.06%
G = 6.37%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D31018 (or 0xD31018) is known color: Fire Engine Red. HEX triplet: D3, 10 and 18. RGB value is (211,16,24). Sum of RGB (Red+Green+Blue) = 211+16+24=251 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.06% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 211 - color contains mainly: red. Hex color #D31018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31018 is #2CEFE7. Grayscale: #4B4B4B. Windows color (decimal): -2945000 or 1577171. OLE color: 1577171.

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

Color convert

RGB 211 16 24 -
CMYK 0 0.92 0.89 0.17
HSL 357.54º 0.86% 0.45% -
HSV(B) 357.54º 0.92% 0.83% -
XYZ 27.21 14.29 2.19 -
YUV 75.22 99.1 224.85 -
System Red Green Blue C M Y K H S L
Decimal 211 16 24 0 0.92 0.89 0.17 357.54 0.86 0.45
Hex D3 10 18 0 5C 59 11 166 56 2D
Octal 323 20 30 0 134 131 21 546 126 55
Binary 11010011 10000 11000 0 1011100 1011001 10001 101100110 1010110 101101

Color Harmonies of #D31018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31018

Black with #D31018

Text Example


Text Example

White with #D31018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31018; }

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

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

background-color css

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

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

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

border-color css

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

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

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