Html Css Color HEX #D90227 Fire Engine Red

📋 copy color: '#D90227'

red 217 ◦ green 2 ◦ blue 39

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

Shades of Fire Engine Red #D90227

Tints of Fire Engine Red #D90227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.12%

R = 84.11%
G = 0.78%
B = 15.12%

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

#D90227 (or 0xD90227) is known color: Fire Engine Red. HEX triplet: D9, 02 and 27. RGB value is (217,2,39). Sum of RGB (Red+Green+Blue) = 217+2+39=258 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.11% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 217 - color contains mainly: red. Hex color #D90227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90227 is #26FDD8. Grayscale: #464646. Windows color (decimal): -2555353 or 2556633. OLE color: 2556633.

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

Color convert

RGB 217 2 39 -
CMYK 0 0.99 0.82 0.15
HSL 349.67º 0.98% 0.43% -
HSV(B) 349.67º 0.99% 0.85% -
XYZ 29 14.94 3.27 -
YUV 70.5 110.23 232.49 -
System Red Green Blue C M Y K H S L
Decimal 217 2 39 0 0.99 0.82 0.15 349.67 0.98 0.43
Hex D9 2 27 0 63 52 F 15E 62 2B
Octal 331 2 47 0 143 122 17 536 142 53
Binary 11011001 10 100111 0 1100011 1010010 1111 101011110 1100010 101011

Color Harmonies of #D90227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90227

Black with #D90227

Text Example


Text Example

White with #D90227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90227; }

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

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

background-color css

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

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

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

border-color css

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

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

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