Html Css Color HEX #D70928 Fire Engine Red

📋 copy color: '#D70928'

red 215 ◦ green 9 ◦ blue 40

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

Shades of Fire Engine Red #D70928

Tints of Fire Engine Red #D70928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.41%

 BLUE value IS 40 (16.02% from 255) = 15.15%

R = 81.44%
G = 3.41%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D70928 (or 0xD70928) is known color: Fire Engine Red. HEX triplet: D7, 09 and 28. RGB value is (215,9,40). Sum of RGB (Red+Green+Blue) = 215+9+40=264 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.44% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 215 - color contains mainly: red. Hex color #D70928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70928 is #28F6D7. Grayscale: #4A4A4A. Windows color (decimal): -2684632 or 2623959. OLE color: 2623959.

HSL color Cylindrical-coordinate representation of color #D70928: hue angle of 350.97º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70928 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 9 40 -
CMYK 0 0.96 0.81 0.16
HSL 350.97º 0.92% 0.44% -
HSV(B) 350.97º 0.96% 0.84% -
XYZ 28.51 14.8 3.36 -
YUV 74.13 108.75 228.48 -
System Red Green Blue C M Y K H S L
Decimal 215 9 40 0 0.96 0.81 0.16 350.97 0.92 0.44
Hex D7 9 28 0 60 51 10 15F 5C 2C
Octal 327 11 50 0 140 121 20 537 134 54
Binary 11010111 1001 101000 0 1100000 1010001 10000 101011111 1011100 101100

Color Harmonies of #D70928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70928

Black with #D70928

Text Example


Text Example

White with #D70928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70928; }

 p { color: rgb(215,9,40); }

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

background-color css

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

 a { background-color: rgb(215,9,40); }

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

border-color css

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

 span { border-color: rgb(215,9,40); }

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