Html Css Color HEX #D90826 Fire Engine Red

📋 copy color: '#D90826'

red 217 ◦ green 8 ◦ blue 38

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

Shades of Fire Engine Red #D90826

Tints of Fire Engine Red #D90826

RGB

 RED value IS 217 (85.16% from 255) = 82.51%

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

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

R = 82.51%
G = 3.04%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D90826 (or 0xD90826) is known color: Fire Engine Red. HEX triplet: D9, 08 and 26. RGB value is (217,8,38). Sum of RGB (Red+Green+Blue) = 217+8+38=263 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.51% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 217 - color contains mainly: red. Hex color #D90826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90826 is #26F7D9. Grayscale: #4A4A4A. Windows color (decimal): -2553818 or 2492633. OLE color: 2492633.

HSL color Cylindrical-coordinate representation of color #D90826: hue angle of 351.39º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90826 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 8 38 -
CMYK 0 0.96 0.82 0.15
HSL 351.39º 0.93% 0.44% -
HSV(B) 351.39º 0.96% 0.85% -
XYZ 29.05 15.07 3.21 -
YUV 73.91 107.74 230.06 -
System Red Green Blue C M Y K H S L
Decimal 217 8 38 0 0.96 0.82 0.15 351.39 0.93 0.44
Hex D9 8 26 0 60 52 F 15F 5D 2C
Octal 331 10 46 0 140 122 17 537 135 54
Binary 11011001 1000 100110 0 1100000 1010010 1111 101011111 1011101 101100

Color Harmonies of #D90826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90826

Black with #D90826

Text Example


Text Example

White with #D90826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90826; }

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

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

background-color css

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

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

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

border-color css

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

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

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