Html Css Color HEX #D70D1C Fire Engine Red

📋 copy color: '#D70D1C'

red 215 ◦ green 13 ◦ blue 28

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

Shades of Fire Engine Red #D70D1C

Tints of Fire Engine Red #D70D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 83.98%
G = 5.08%
B = 10.94%

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

#D70D1C (or 0xD70D1C) is known color: Fire Engine Red. HEX triplet: D7, 0D and 1C. RGB value is (215,13,28). Sum of RGB (Red+Green+Blue) = 215+13+28=256 (33% of max value = 765). Red value is 215 (84.38% from 255 or 83.98% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70D1C is #28F2E3. Grayscale: #4B4B4B. Windows color (decimal): -2683620 or 1838551. OLE color: 1838551.

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

Color convert

RGB 215 13 28 -
CMYK 0 0.94 0.87 0.16
HSL 355.54º 0.89% 0.45% -
HSV(B) 355.54º 0.94% 0.84% -
XYZ 28.38 14.82 2.46 -
YUV 75.11 101.42 227.78 -
System Red Green Blue C M Y K H S L
Decimal 215 13 28 0 0.94 0.87 0.16 355.54 0.89 0.45
Hex D7 D 1C 0 5E 57 10 164 59 2D
Octal 327 15 34 0 136 127 20 544 131 55
Binary 11010111 1101 11100 0 1011110 1010111 10000 101100100 1011001 101101

Color Harmonies of #D70D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D1C

Black with #D70D1C

Text Example


Text Example

White with #D70D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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