Html Css Color HEX #D61420 Fire Engine Red

📋 copy color: '#D61420'

red 214 ◦ green 20 ◦ blue 32

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

Shades of Fire Engine Red #D61420

Tints of Fire Engine Red #D61420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.52%

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

R = 80.45%
G = 7.52%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D61420 (or 0xD61420) is known color: Fire Engine Red. HEX triplet: D6, 14 and 20. RGB value is (214,20,32). Sum of RGB (Red+Green+Blue) = 214+20+32=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D61420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61420 is #29EBDF. Grayscale: #4F4F4F. Windows color (decimal): -2747360 or 2102486. OLE color: 2102486.

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

Color convert

RGB 214 20 32 -
CMYK 0 0.91 0.85 0.16
HSL 356.29º 0.83% 0.46% -
HSV(B) 356.29º 0.91% 0.84% -
XYZ 28.24 14.9 2.75 -
YUV 79.37 101.27 224.02 -
System Red Green Blue C M Y K H S L
Decimal 214 20 32 0 0.91 0.85 0.16 356.29 0.83 0.46
Hex D6 14 20 0 5B 55 10 164 53 2E
Octal 326 24 40 0 133 125 20 544 123 56
Binary 11010110 10100 100000 0 1011011 1010101 10000 101100100 1010011 101110

Color Harmonies of #D61420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61420

Black with #D61420

Text Example


Text Example

White with #D61420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61420; }

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

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

background-color css

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

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

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

border-color css

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

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

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