Html Css Color HEX #D70D1E Fire Engine Red

📋 copy color: '#D70D1E'

red 215 ◦ green 13 ◦ blue 30

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

Shades of Fire Engine Red #D70D1E

Tints of Fire Engine Red #D70D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.04%

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

R = 83.33%
G = 5.04%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D70D1E (or 0xD70D1E) is known color: Fire Engine Red. HEX triplet: D7, 0D and 1E. RGB value is (215,13,30). Sum of RGB (Red+Green+Blue) = 215+13+30=258 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.33% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70D1E is #28F2E1. Grayscale: #4B4B4B. Windows color (decimal): -2683618 or 1969623. OLE color: 1969623.

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

Color convert

RGB 215 13 30 -
CMYK 0 0.94 0.86 0.16
HSL 354.95º 0.89% 0.45% -
HSV(B) 354.95º 0.94% 0.84% -
XYZ 28.4 14.83 2.59 -
YUV 75.34 102.42 227.62 -
System Red Green Blue C M Y K H S L
Decimal 215 13 30 0 0.94 0.86 0.16 354.95 0.89 0.45
Hex D7 D 1E 0 5E 56 10 163 59 2D
Octal 327 15 36 0 136 126 20 543 131 55
Binary 11010111 1101 11110 0 1011110 1010110 10000 101100011 1011001 101101

Color Harmonies of #D70D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D1E

Black with #D70D1E

Text Example


Text Example

White with #D70D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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