Html Css Color HEX #D70D1F Fire Engine Red

📋 copy color: '#D70D1F'

red 215 ◦ green 13 ◦ blue 31

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

Shades of Fire Engine Red #D70D1F

Tints of Fire Engine Red #D70D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 83.01%
G = 5.02%
B = 11.97%

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

#D70D1F (or 0xD70D1F) is known color: Fire Engine Red. HEX triplet: D7, 0D and 1F. RGB value is (215,13,31). Sum of RGB (Red+Green+Blue) = 215+13+31=259 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.01% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70D1F is #28F2E0. Grayscale: #4B4B4B. Windows color (decimal): -2683617 or 2035159. OLE color: 2035159.

HSL color Cylindrical-coordinate representation of color #D70D1F: hue angle of 354.65º 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 #D70D1F is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 13 31 -
CMYK 0 0.94 0.86 0.16
HSL 354.65º 0.89% 0.45% -
HSV(B) 354.65º 0.94% 0.84% -
XYZ 28.42 14.83 2.66 -
YUV 75.45 102.92 227.54 -
System Red Green Blue C M Y K H S L
Decimal 215 13 31 0 0.94 0.86 0.16 354.65 0.89 0.45
Hex D7 D 1F 0 5E 56 10 163 59 2D
Octal 327 15 37 0 136 126 20 543 131 55
Binary 11010111 1101 11111 0 1011110 1010110 10000 101100011 1011001 101101

Color Harmonies of #D70D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D1F

Black with #D70D1F

Text Example


Text Example

White with #D70D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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