Html Css Color HEX #D70826 Fire Engine Red

📋 copy color: '#D70826'

red 215 ◦ green 8 ◦ blue 38

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

Shades of Fire Engine Red #D70826

Tints of Fire Engine Red #D70826

RGB

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

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

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

R = 82.38%
G = 3.07%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D70826 (or 0xD70826) is known color: Fire Engine Red. HEX triplet: D7, 08 and 26. RGB value is (215,8,38). Sum of RGB (Red+Green+Blue) = 215+8+38=261 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.38% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 215 - color contains mainly: red. Hex color #D70826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70826 is #28F7D9. Grayscale: #494949. Windows color (decimal): -2684890 or 2492631. OLE color: 2492631.

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

Color convert

RGB 215 8 38 -
CMYK 0 0.96 0.82 0.16
HSL 351.3º 0.93% 0.44% -
HSV(B) 351.3º 0.96% 0.84% -
XYZ 28.46 14.76 3.18 -
YUV 73.31 108.08 229.06 -
System Red Green Blue C M Y K H S L
Decimal 215 8 38 0 0.96 0.82 0.16 351.3 0.93 0.44
Hex D7 8 26 0 60 52 10 15F 5D 2C
Octal 327 10 46 0 140 122 20 537 135 54
Binary 11010111 1000 100110 0 1100000 1010010 10000 101011111 1011101 101100

Color Harmonies of #D70826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70826

Black with #D70826

Text Example


Text Example

White with #D70826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70826; }

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

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

background-color css

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

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

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

border-color css

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

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

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