Html Css Color HEX #D70924 Fire Engine Red

📋 copy color: '#D70924'

red 215 ◦ green 9 ◦ blue 36

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

Shades of Fire Engine Red #D70924

Tints of Fire Engine Red #D70924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 82.69%
G = 3.46%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D70924 (or 0xD70924) is known color: Fire Engine Red. HEX triplet: D7, 09 and 24. RGB value is (215,9,36). Sum of RGB (Red+Green+Blue) = 215+9+36=260 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.69% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 215 - color contains mainly: red. Hex color #D70924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70924 is #28F6DB. Grayscale: #494949. Windows color (decimal): -2684636 or 2361815. OLE color: 2361815.

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

Color convert

RGB 215 9 36 -
CMYK 0 0.96 0.83 0.16
HSL 352.14º 0.92% 0.44% -
HSV(B) 352.14º 0.96% 0.84% -
XYZ 28.44 14.77 3.02 -
YUV 73.67 106.75 228.8 -
System Red Green Blue C M Y K H S L
Decimal 215 9 36 0 0.96 0.83 0.16 352.14 0.92 0.44
Hex D7 9 24 0 60 53 10 160 5C 2C
Octal 327 11 44 0 140 123 20 540 134 54
Binary 11010111 1001 100100 0 1100000 1010011 10000 101100000 1011100 101100

Color Harmonies of #D70924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70924

Black with #D70924

Text Example


Text Example

White with #D70924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70924; }

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

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

background-color css

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

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

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

border-color css

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

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

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