Html Css Color HEX #D92226 Fire Engine Red

📋 copy color: '#D92226'

red 217 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #D92226

Tints of Fire Engine Red #D92226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.76%

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

R = 75.09%
G = 11.76%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D92226 (or 0xD92226) is known color: Fire Engine Red. HEX triplet: D9, 22 and 26. RGB value is (217,34,38). Sum of RGB (Red+Green+Blue) = 217+34+38=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D92226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92226 is #26DDD9. Grayscale: #595959. Windows color (decimal): -2547162 or 2499289. OLE color: 2499289.

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

Color convert

RGB 217 34 38 -
CMYK 0 0.84 0.82 0.15
HSL 358.69º 0.73% 0.49% -
HSV(B) 358.69º 0.84% 0.85% -
XYZ 29.54 16.04 3.37 -
YUV 89.17 99.13 219.17 -
System Red Green Blue C M Y K H S L
Decimal 217 34 38 0 0.84 0.82 0.15 358.69 0.73 0.49
Hex D9 22 26 0 54 52 F 167 49 31
Octal 331 42 46 0 124 122 17 547 111 61
Binary 11011001 100010 100110 0 1010100 1010010 1111 101100111 1001001 110001

Color Harmonies of #D92226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92226

Black with #D92226

Text Example


Text Example

White with #D92226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92226; }

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

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

background-color css

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

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

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

border-color css

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

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

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