Html Css Color HEX #D61620 Fire Engine Red

📋 copy color: '#D61620'

red 214 ◦ green 22 ◦ blue 32

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

Shades of Fire Engine Red #D61620

Tints of Fire Engine Red #D61620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

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

R = 79.85%
G = 8.21%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D61620 (or 0xD61620) is known color: Fire Engine Red. HEX triplet: D6, 16 and 20. RGB value is (214,22,32). Sum of RGB (Red+Green+Blue) = 214+22+32=268 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.85% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 214 - color contains mainly: red. Hex color #D61620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61620 is #29E9DF. Grayscale: #505050. Windows color (decimal): -2746848 or 2102998. OLE color: 2102998.

HSL color Cylindrical-coordinate representation of color #D61620: hue angle of 356.88º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61620 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 22 32 -
CMYK 0 0.90 0.85 0.16
HSL 356.88º 0.81% 0.46% -
HSV(B) 356.88º 0.9% 0.84% -
XYZ 28.28 14.97 2.77 -
YUV 80.55 100.61 223.19 -
System Red Green Blue C M Y K H S L
Decimal 214 22 32 0 0.90 0.85 0.16 356.88 0.81 0.46
Hex D6 16 20 0 5A 55 10 165 51 2E
Octal 326 26 40 0 132 125 20 545 121 56
Binary 11010110 10110 100000 0 1011010 1010101 10000 101100101 1010001 101110

Color Harmonies of #D61620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61620

Black with #D61620

Text Example


Text Example

White with #D61620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61620; }

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

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

background-color css

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

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

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

border-color css

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

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

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