Html Css Color HEX #D61220 Fire Engine Red

📋 copy color: '#D61220'

red 214 ◦ green 18 ◦ blue 32

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

Shades of Fire Engine Red #D61220

Tints of Fire Engine Red #D61220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 81.06%
G = 6.82%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D61220 (or 0xD61220) is known color: Fire Engine Red. HEX triplet: D6, 12 and 20. RGB value is (214,18,32). Sum of RGB (Red+Green+Blue) = 214+18+32=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D61220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61220 is #29EDDF. Grayscale: #4E4E4E. Windows color (decimal): -2747872 or 2101974. OLE color: 2101974.

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

Color convert

RGB 214 18 32 -
CMYK 0 0.92 0.85 0.16
HSL 355.71º 0.84% 0.45% -
HSV(B) 355.71º 0.92% 0.84% -
XYZ 28.21 14.83 2.74 -
YUV 78.2 101.93 224.86 -
System Red Green Blue C M Y K H S L
Decimal 214 18 32 0 0.92 0.85 0.16 355.71 0.84 0.45
Hex D6 12 20 0 5C 55 10 164 54 2D
Octal 326 22 40 0 134 125 20 544 124 55
Binary 11010110 10010 100000 0 1011100 1010101 10000 101100100 1010100 101101

Color Harmonies of #D61220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61220

Black with #D61220

Text Example


Text Example

White with #D61220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61220; }

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

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

background-color css

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

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

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

border-color css

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

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

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