Html Css Color HEX #D90526 Fire Engine Red

📋 copy color: '#D90526'

red 217 ◦ green 5 ◦ blue 38

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

Shades of Fire Engine Red #D90526

Tints of Fire Engine Red #D90526

RGB

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

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

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

R = 83.46%
G = 1.92%
B = 14.62%

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

#D90526 (or 0xD90526) is known color: Fire Engine Red. HEX triplet: D9, 05 and 26. RGB value is (217,5,38). Sum of RGB (Red+Green+Blue) = 217+5+38=260 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.46% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 217 - color contains mainly: red. Hex color #D90526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90526 is #26FAD9. Grayscale: #484848. Windows color (decimal): -2554586 or 2491865. OLE color: 2491865.

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

Color convert

RGB 217 5 38 -
CMYK 0 0.98 0.82 0.15
HSL 350.66º 0.95% 0.44% -
HSV(B) 350.66º 0.98% 0.85% -
XYZ 29.02 15 3.2 -
YUV 72.15 108.74 231.32 -
System Red Green Blue C M Y K H S L
Decimal 217 5 38 0 0.98 0.82 0.15 350.66 0.95 0.44
Hex D9 5 26 0 62 52 F 15F 5F 2C
Octal 331 5 46 0 142 122 17 537 137 54
Binary 11011001 101 100110 0 1100010 1010010 1111 101011111 1011111 101100

Color Harmonies of #D90526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90526

Black with #D90526

Text Example


Text Example

White with #D90526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90526; }

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

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

background-color css

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

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

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

border-color css

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

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

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