Html Css Color HEX #D61018 Fire Engine Red

📋 copy color: '#D61018'

red 214 ◦ green 16 ◦ blue 24

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

Shades of Fire Engine Red #D61018

Tints of Fire Engine Red #D61018

RGB

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

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

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

R = 84.25%
G = 6.3%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D61018 (or 0xD61018) is known color: Fire Engine Red. HEX triplet: D6, 10 and 18. RGB value is (214,16,24). Sum of RGB (Red+Green+Blue) = 214+16+24=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D61018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61018 is #29EFE7. Grayscale: #4C4C4C. Windows color (decimal): -2748392 or 1577174. OLE color: 1577174.

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

Color convert

RGB 214 16 24 -
CMYK 0 0.93 0.89 0.16
HSL 357.58º 0.86% 0.45% -
HSV(B) 357.58º 0.93% 0.84% -
XYZ 28.08 14.73 2.23 -
YUV 76.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 214 16 24 0 0.93 0.89 0.16 357.58 0.86 0.45
Hex D6 10 18 0 5D 59 10 166 56 2D
Octal 326 20 30 0 135 131 20 546 126 55
Binary 11010110 10000 11000 0 1011101 1011001 10000 101100110 1010110 101101

Color Harmonies of #D61018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61018

Black with #D61018

Text Example


Text Example

White with #D61018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61018; }

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

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

background-color css

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

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

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

border-color css

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

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

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