Html Css Color HEX #D70F20 Fire Engine Red

📋 copy color: '#D70F20'

red 215 ◦ green 15 ◦ blue 32

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

Shades of Fire Engine Red #D70F20

Tints of Fire Engine Red #D70F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.73%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 82.06%
G = 5.73%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D70F20 (or 0xD70F20) is known color: Fire Engine Red. HEX triplet: D7, 0F and 20. RGB value is (215,15,32). Sum of RGB (Red+Green+Blue) = 215+15+32=262 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.06% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70F20 is #28F0DF. Grayscale: #4C4C4C. Windows color (decimal): -2683104 or 2101207. OLE color: 2101207.

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

Color convert

RGB 215 15 32 -
CMYK 0 0.93 0.85 0.16
HSL 354.9º 0.87% 0.45% -
HSV(B) 354.9º 0.93% 0.84% -
XYZ 28.46 14.89 2.74 -
YUV 76.74 102.76 226.62 -
System Red Green Blue C M Y K H S L
Decimal 215 15 32 0 0.93 0.85 0.16 354.9 0.87 0.45
Hex D7 F 20 0 5D 55 10 163 57 2D
Octal 327 17 40 0 135 125 20 543 127 55
Binary 11010111 1111 100000 0 1011101 1010101 10000 101100011 1010111 101101

Color Harmonies of #D70F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F20

Black with #D70F20

Text Example


Text Example

White with #D70F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F20; }

 p { color: rgb(215,15,32); }

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

background-color css

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

 a { background-color: rgb(215,15,32); }

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

border-color css

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

 span { border-color: rgb(215,15,32); }

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