Html Css Color HEX #D70E1E Fire Engine Red

📋 copy color: '#D70E1E'

red 215 ◦ green 14 ◦ blue 30

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

Shades of Fire Engine Red #D70E1E

Tints of Fire Engine Red #D70E1E

RGB

 RED value IS 215 (84.38% from 255) = 83.01%

 GREEN value IS 14 (5.86% from 255) = 5.41%

 BLUE value IS 30 (12.11% from 255) = 11.58%

R = 83.01%
G = 5.41%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D70E1E (or 0xD70E1E) is known color: Fire Engine Red. HEX triplet: D7, 0E and 1E. RGB value is (215,14,30). Sum of RGB (Red+Green+Blue) = 215+14+30=259 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.01% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70E1E is #28F1E1. Grayscale: #4C4C4C. Windows color (decimal): -2683362 or 1969879. OLE color: 1969879.

HSL color Cylindrical-coordinate representation of color #D70E1E: hue angle of 355.22º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70E1E is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 14 30 -
CMYK 0 0.93 0.86 0.16
HSL 355.22º 0.88% 0.45% -
HSV(B) 355.22º 0.93% 0.84% -
XYZ 28.42 14.85 2.6 -
YUV 75.92 102.09 227.2 -
System Red Green Blue C M Y K H S L
Decimal 215 14 30 0 0.93 0.86 0.16 355.22 0.88 0.45
Hex D7 E 1E 0 5D 56 10 163 58 2D
Octal 327 16 36 0 135 126 20 543 130 55
Binary 11010111 1110 11110 0 1011101 1010110 10000 101100011 1011000 101101

Color Harmonies of #D70E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70E1E

Black with #D70E1E

Text Example


Text Example

White with #D70E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70E1E; }

 p { color: rgb(215,14,30); }

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

background-color css

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

 a { background-color: rgb(215,14,30); }

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

border-color css

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

 span { border-color: rgb(215,14,30); }

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