Html Css Color HEX #D70D1D Fire Engine Red

📋 copy color: '#D70D1D'

red 215 ◦ green 13 ◦ blue 29

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

Shades of Fire Engine Red #D70D1D

Tints of Fire Engine Red #D70D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.28%

R = 83.66%
G = 5.06%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D70D1D (or 0xD70D1D) is known color: Fire Engine Red. HEX triplet: D7, 0D and 1D. RGB value is (215,13,29). Sum of RGB (Red+Green+Blue) = 215+13+29=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70D1D is #28F2E2. Grayscale: #4B4B4B. Windows color (decimal): -2683619 or 1904087. OLE color: 1904087.

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

Color convert

RGB 215 13 29 -
CMYK 0 0.94 0.87 0.16
HSL 355.25º 0.89% 0.45% -
HSV(B) 355.25º 0.94% 0.84% -
XYZ 28.39 14.82 2.53 -
YUV 75.22 101.92 227.7 -
System Red Green Blue C M Y K H S L
Decimal 215 13 29 0 0.94 0.87 0.16 355.25 0.89 0.45
Hex D7 D 1D 0 5E 57 10 163 59 2D
Octal 327 15 35 0 136 127 20 543 131 55
Binary 11010111 1101 11101 0 1011110 1010111 10000 101100011 1011001 101101

Color Harmonies of #D70D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D1D

Black with #D70D1D

Text Example


Text Example

White with #D70D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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