Html Css Color HEX #D92327 Fire Engine Red

📋 copy color: '#D92327'

red 217 ◦ green 35 ◦ blue 39

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

Shades of Fire Engine Red #D92327

Tints of Fire Engine Red #D92327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.03%

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

R = 74.57%
G = 12.03%
B = 13.4%

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

#D92327 (or 0xD92327) is known color: Fire Engine Red. HEX triplet: D9, 23 and 27. RGB value is (217,35,39). Sum of RGB (Red+Green+Blue) = 217+35+39=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D92327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92327 is #26DCD8. Grayscale: #5A5A5A. Windows color (decimal): -2546905 or 2565081. OLE color: 2565081.

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

Color convert

RGB 217 35 39 -
CMYK 0 0.84 0.82 0.15
HSL 358.68º 0.72% 0.49% -
HSV(B) 358.68º 0.84% 0.85% -
XYZ 29.58 16.1 3.47 -
YUV 89.87 99.3 218.67 -
System Red Green Blue C M Y K H S L
Decimal 217 35 39 0 0.84 0.82 0.15 358.68 0.72 0.49
Hex D9 23 27 0 54 52 F 167 48 31
Octal 331 43 47 0 124 122 17 547 110 61
Binary 11011001 100011 100111 0 1010100 1010010 1111 101100111 1001000 110001

Color Harmonies of #D92327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92327

Black with #D92327

Text Example


Text Example

White with #D92327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92327; }

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

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

background-color css

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

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

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

border-color css

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

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

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