Html Css Color HEX #DD091E Fire Engine Red

📋 copy color: '#DD091E'

red 221 ◦ green 9 ◦ blue 30

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

Shades of Fire Engine Red #DD091E

Tints of Fire Engine Red #DD091E

RGB

 RED value IS 221 (86.72% from 255) = 85%

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

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 85%
G = 3.46%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD091E (or 0xDD091E) is known color: Fire Engine Red. HEX triplet: DD, 09 and 1E. RGB value is (221,9,30). Sum of RGB (Red+Green+Blue) = 221+9+30=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD091E is #22F6E1. Grayscale: #4A4A4A. Windows color (decimal): -2291426 or 1968605. OLE color: 1968605.

HSL color Cylindrical-coordinate representation of color #DD091E: hue angle of 354.06º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD091E is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 9 30 -
CMYK 0 0.96 0.86 0.13
HSL 354.06º 0.92% 0.45% -
HSV(B) 354.06º 0.96% 0.87% -
XYZ 30.15 15.66 2.66 -
YUV 74.78 102.74 232.29 -
System Red Green Blue C M Y K H S L
Decimal 221 9 30 0 0.96 0.86 0.13 354.06 0.92 0.45
Hex DD 9 1E 0 60 56 D 162 5C 2D
Octal 335 11 36 0 140 126 15 542 134 55
Binary 11011101 1001 11110 0 1100000 1010110 1101 101100010 1011100 101101

Color Harmonies of #DD091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD091E

Black with #DD091E

Text Example


Text Example

White with #DD091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD091E; }

 p { color: rgb(221,9,30); }

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

background-color css

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

 a { background-color: rgb(221,9,30); }

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

border-color css

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

 span { border-color: rgb(221,9,30); }

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