Html Css Color HEX #D70825 Fire Engine Red

📋 copy color: '#D70825'

red 215 ◦ green 8 ◦ blue 37

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

Shades of Fire Engine Red #D70825

Tints of Fire Engine Red #D70825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.08%

 BLUE value IS 37 (14.84% from 255) = 14.23%

R = 82.69%
G = 3.08%
B = 14.23%

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

#D70825 (or 0xD70825) is known color: Fire Engine Red. HEX triplet: D7, 08 and 25. RGB value is (215,8,37). Sum of RGB (Red+Green+Blue) = 215+8+37=260 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.69% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 215 - color contains mainly: red. Hex color #D70825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70825 is #28F7DA. Grayscale: #494949. Windows color (decimal): -2684891 or 2427095. OLE color: 2427095.

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

Color convert

RGB 215 8 37 -
CMYK 0 0.96 0.83 0.16
HSL 351.59º 0.93% 0.44% -
HSV(B) 351.59º 0.96% 0.84% -
XYZ 28.45 14.75 3.1 -
YUV 73.2 107.58 229.14 -
System Red Green Blue C M Y K H S L
Decimal 215 8 37 0 0.96 0.83 0.16 351.59 0.93 0.44
Hex D7 8 25 0 60 53 10 160 5D 2C
Octal 327 10 45 0 140 123 20 540 135 54
Binary 11010111 1000 100101 0 1100000 1010011 10000 101100000 1011101 101100

Color Harmonies of #D70825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70825

Black with #D70825

Text Example


Text Example

White with #D70825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70825; }

 p { color: rgb(215,8,37); }

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

background-color css

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

 a { background-color: rgb(215,8,37); }

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

border-color css

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

 span { border-color: rgb(215,8,37); }

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