Html Css Color HEX #D90528 Fire Engine Red

📋 copy color: '#D90528'

red 217 ◦ green 5 ◦ blue 40

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

Shades of Fire Engine Red #D90528

Tints of Fire Engine Red #D90528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

 BLUE value IS 40 (16.02% from 255) = 15.27%

R = 82.82%
G = 1.91%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D90528 (or 0xD90528) is known color: Fire Engine Red. HEX triplet: D9, 05 and 28. RGB value is (217,5,40). Sum of RGB (Red+Green+Blue) = 217+5+40=262 (34% of max value = 765). Red value is 217 (85.16% from 255 or 82.82% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 217 - color contains mainly: red. Hex color #D90528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90528 is #26FAD7. Grayscale: #484848. Windows color (decimal): -2554584 or 2622937. OLE color: 2622937.

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

Color convert

RGB 217 5 40 -
CMYK 0 0.98 0.82 0.15
HSL 350.09º 0.95% 0.44% -
HSV(B) 350.09º 0.98% 0.85% -
XYZ 29.05 15.01 3.37 -
YUV 72.38 109.74 231.15 -
System Red Green Blue C M Y K H S L
Decimal 217 5 40 0 0.98 0.82 0.15 350.09 0.95 0.44
Hex D9 5 28 0 62 52 F 15E 5F 2C
Octal 331 5 50 0 142 122 17 536 137 54
Binary 11011001 101 101000 0 1100010 1010010 1111 101011110 1011111 101100

Color Harmonies of #D90528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90528

Black with #D90528

Text Example


Text Example

White with #D90528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90528; }

 p { color: rgb(217,5,40); }

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

background-color css

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

 a { background-color: rgb(217,5,40); }

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

border-color css

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

 span { border-color: rgb(217,5,40); }

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