Html Css Color HEX #D70726 Fire Engine Red

📋 copy color: '#D70726'

red 215 ◦ green 7 ◦ blue 38

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

Shades of Fire Engine Red #D70726

Tints of Fire Engine Red #D70726

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.69%

 BLUE value IS 38 (15.23% from 255) = 14.62%

R = 82.69%
G = 2.69%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D70726 (or 0xD70726) is known color: Fire Engine Red. HEX triplet: D7, 07 and 26. RGB value is (215,7,38). Sum of RGB (Red+Green+Blue) = 215+7+38=260 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.69% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 215 - color contains mainly: red. Hex color #D70726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70726 is #28F8D9. Grayscale: #484848. Windows color (decimal): -2685146 or 2492375. OLE color: 2492375.

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

Color convert

RGB 215 7 38 -
CMYK 0 0.97 0.82 0.16
HSL 351.06º 0.94% 0.44% -
HSV(B) 351.06º 0.97% 0.84% -
XYZ 28.45 14.74 3.18 -
YUV 72.73 108.41 229.48 -
System Red Green Blue C M Y K H S L
Decimal 215 7 38 0 0.97 0.82 0.16 351.06 0.94 0.44
Hex D7 7 26 0 61 52 10 15F 5E 2C
Octal 327 7 46 0 141 122 20 537 136 54
Binary 11010111 111 100110 0 1100001 1010010 10000 101011111 1011110 101100

Color Harmonies of #D70726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70726

Black with #D70726

Text Example


Text Example

White with #D70726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70726; }

 p { color: rgb(215,7,38); }

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

background-color css

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

 a { background-color: rgb(215,7,38); }

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

border-color css

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

 span { border-color: rgb(215,7,38); }

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