Html Css Color HEX #D61218 Fire Engine Red

📋 copy color: '#D61218'

red 214 ◦ green 18 ◦ blue 24

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

Shades of Fire Engine Red #D61218

Tints of Fire Engine Red #D61218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.03%

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

R = 83.59%
G = 7.03%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D61218 (or 0xD61218) is known color: Fire Engine Red. HEX triplet: D6, 12 and 18. RGB value is (214,18,24). Sum of RGB (Red+Green+Blue) = 214+18+24=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D61218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61218 is #29EDE7. Grayscale: #4D4D4D. Windows color (decimal): -2747880 or 1577686. OLE color: 1577686.

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

Color convert

RGB 214 18 24 -
CMYK 0 0.92 0.89 0.16
HSL 358.16º 0.84% 0.45% -
HSV(B) 358.16º 0.92% 0.84% -
XYZ 28.11 14.79 2.24 -
YUV 77.29 97.93 225.51 -
System Red Green Blue C M Y K H S L
Decimal 214 18 24 0 0.92 0.89 0.16 358.16 0.84 0.45
Hex D6 12 18 0 5C 59 10 166 54 2D
Octal 326 22 30 0 134 131 20 546 124 55
Binary 11010110 10010 11000 0 1011100 1011001 10000 101100110 1010100 101101

Color Harmonies of #D61218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61218

Black with #D61218

Text Example


Text Example

White with #D61218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61218; }

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

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

background-color css

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

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

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

border-color css

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

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

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