Html Css Color HEX #DD091C Fire Engine Red

📋 copy color: '#DD091C'

red 221 ◦ green 9 ◦ blue 28

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

Shades of Fire Engine Red #DD091C

Tints of Fire Engine Red #DD091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 85.66%
G = 3.49%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD091C (or 0xDD091C) is known color: Fire Engine Red. HEX triplet: DD, 09 and 1C. RGB value is (221,9,28). Sum of RGB (Red+Green+Blue) = 221+9+28=258 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.66% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 221 - color contains mainly: red. Hex color #DD091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD091C is #22F6E3. Grayscale: #4A4A4A. Windows color (decimal): -2291428 or 1837533. OLE color: 1837533.

HSL color Cylindrical-coordinate representation of color #DD091C: hue angle of 354.62º 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 #DD091C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 9 28 -
CMYK 0 0.96 0.87 0.13
HSL 354.62º 0.92% 0.45% -
HSV(B) 354.62º 0.96% 0.87% -
XYZ 30.13 15.65 2.53 -
YUV 74.55 101.74 232.46 -
System Red Green Blue C M Y K H S L
Decimal 221 9 28 0 0.96 0.87 0.13 354.62 0.92 0.45
Hex DD 9 1C 0 60 57 D 163 5C 2D
Octal 335 11 34 0 140 127 15 543 134 55
Binary 11011101 1001 11100 0 1100000 1010111 1101 101100011 1011100 101101

Color Harmonies of #DD091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD091C

Black with #DD091C

Text Example


Text Example

White with #DD091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD091C; }

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

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

background-color css

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

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

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

border-color css

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

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

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