Html Css Color HEX #D9091B Fire Engine Red

📋 copy color: '#D9091B'

red 217 ◦ green 9 ◦ blue 27

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

Shades of Fire Engine Red #D9091B

Tints of Fire Engine Red #D9091B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.56%

 BLUE value IS 27 (10.94% from 255) = 10.67%

R = 85.77%
G = 3.56%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9091B (or 0xD9091B) is known color: Fire Engine Red. HEX triplet: D9, 09 and 1B. RGB value is (217,9,27). Sum of RGB (Red+Green+Blue) = 217+9+27=253 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.77% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 217 - color contains mainly: red. Hex color #D9091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9091B is #26F6E4. Grayscale: #494949. Windows color (decimal): -2553573 or 1771993. OLE color: 1771993.

HSL color Cylindrical-coordinate representation of color #D9091B: hue angle of 354.81º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9091B is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 9 27 -
CMYK 0 0.96 0.88 0.15
HSL 354.81º 0.92% 0.44% -
HSV(B) 354.81º 0.96% 0.85% -
XYZ 28.91 15.03 2.41 -
YUV 73.24 101.91 230.54 -
System Red Green Blue C M Y K H S L
Decimal 217 9 27 0 0.96 0.88 0.15 354.81 0.92 0.44
Hex D9 9 1B 0 60 58 F 163 5C 2C
Octal 331 11 33 0 140 130 17 543 134 54
Binary 11011001 1001 11011 0 1100000 1011000 1111 101100011 1011100 101100

Color Harmonies of #D9091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9091B

Black with #D9091B

Text Example


Text Example

White with #D9091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9091B; }

 p { color: rgb(217,9,27); }

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

background-color css

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

 a { background-color: rgb(217,9,27); }

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

border-color css

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

 span { border-color: rgb(217,9,27); }

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