Html Css Color HEX #D61216 Fire Engine Red

📋 copy color: '#D61216'

red 214 ◦ green 18 ◦ blue 22

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

Shades of Fire Engine Red #D61216

Tints of Fire Engine Red #D61216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.66%

R = 84.25%
G = 7.09%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D61216 (or 0xD61216) is known color: Fire Engine Red. HEX triplet: D6, 12 and 16. RGB value is (214,18,22). Sum of RGB (Red+Green+Blue) = 214+18+22=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D61216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61216 is #29EDE9. Grayscale: #4D4D4D. Windows color (decimal): -2747882 or 1446614. OLE color: 1446614.

HSL color Cylindrical-coordinate representation of color #D61216: hue angle of 358.78º 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 #D61216 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 18 22 -
CMYK 0 0.92 0.90 0.16
HSL 358.78º 0.84% 0.45% -
HSV(B) 358.78º 0.92% 0.84% -
XYZ 28.09 14.79 2.13 -
YUV 77.06 96.93 225.67 -
System Red Green Blue C M Y K H S L
Decimal 214 18 22 0 0.92 0.90 0.16 358.78 0.84 0.45
Hex D6 12 16 0 5C 5A 10 167 54 2D
Octal 326 22 26 0 134 132 20 547 124 55
Binary 11010110 10010 10110 0 1011100 1011010 10000 101100111 1010100 101101

Color Harmonies of #D61216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61216

Black with #D61216

Text Example


Text Example

White with #D61216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61216; }

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

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

background-color css

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

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

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

border-color css

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

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

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