Html Css Color HEX #D61520 Fire Engine Red

📋 copy color: '#D61520'

red 214 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #D61520

Tints of Fire Engine Red #D61520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

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

R = 80.15%
G = 7.87%
B = 11.99%

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

#D61520 (or 0xD61520) is known color: Fire Engine Red. HEX triplet: D6, 15 and 20. RGB value is (214,21,32). Sum of RGB (Red+Green+Blue) = 214+21+32=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D61520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61520 is #29EADF. Grayscale: #505050. Windows color (decimal): -2747104 or 2102742. OLE color: 2102742.

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

Color convert

RGB 214 21 32 -
CMYK 0 0.90 0.85 0.16
HSL 356.58º 0.82% 0.46% -
HSV(B) 356.58º 0.9% 0.84% -
XYZ 28.26 14.94 2.76 -
YUV 79.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 214 21 32 0 0.90 0.85 0.16 356.58 0.82 0.46
Hex D6 15 20 0 5A 55 10 165 52 2E
Octal 326 25 40 0 132 125 20 545 122 56
Binary 11010110 10101 100000 0 1011010 1010101 10000 101100101 1010010 101110

Color Harmonies of #D61520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61520

Black with #D61520

Text Example


Text Example

White with #D61520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61520; }

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

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

background-color css

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

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

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

border-color css

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

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

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