Html Css Color HEX #D90228 Fire Engine Red

📋 copy color: '#D90228'

red 217 ◦ green 2 ◦ blue 40

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

Shades of Fire Engine Red #D90228

Tints of Fire Engine Red #D90228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 83.78%
G = 0.77%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D90228 (or 0xD90228) is known color: Fire Engine Red. HEX triplet: D9, 02 and 28. RGB value is (217,2,40). Sum of RGB (Red+Green+Blue) = 217+2+40=259 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.78% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 217 - color contains mainly: red. Hex color #D90228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90228 is #26FDD7. Grayscale: #464646. Windows color (decimal): -2555352 or 2622169. OLE color: 2622169.

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

Color convert

RGB 217 2 40 -
CMYK 0 0.99 0.82 0.15
HSL 349.4º 0.98% 0.43% -
HSV(B) 349.4º 0.99% 0.85% -
XYZ 29.02 14.95 3.36 -
YUV 70.62 110.73 232.41 -
System Red Green Blue C M Y K H S L
Decimal 217 2 40 0 0.99 0.82 0.15 349.4 0.98 0.43
Hex D9 2 28 0 63 52 F 15D 62 2B
Octal 331 2 50 0 143 122 17 535 142 53
Binary 11011001 10 101000 0 1100011 1010010 1111 101011101 1100010 101011

Color Harmonies of #D90228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90228

Black with #D90228

Text Example


Text Example

White with #D90228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90228; }

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

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

background-color css

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

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

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

border-color css

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

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

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