Html Css Color HEX #DD091A Fire Engine Red

📋 copy color: '#DD091A'

red 221 ◦ green 9 ◦ blue 26

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

Shades of Fire Engine Red #DD091A

Tints of Fire Engine Red #DD091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 86.33%
G = 3.52%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD091A (or 0xDD091A) is known color: Fire Engine Red. HEX triplet: DD, 09 and 1A. RGB value is (221,9,26). Sum of RGB (Red+Green+Blue) = 221+9+26=256 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.33% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 221 - color contains mainly: red. Hex color #DD091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD091A is #22F6E5. Grayscale: #4A4A4A. Windows color (decimal): -2291430 or 1706461. OLE color: 1706461.

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

Color convert

RGB 221 9 26 -
CMYK 0 0.96 0.88 0.13
HSL 355.19º 0.92% 0.45% -
HSV(B) 355.19º 0.96% 0.87% -
XYZ 30.1 15.64 2.41 -
YUV 74.33 100.74 232.62 -
System Red Green Blue C M Y K H S L
Decimal 221 9 26 0 0.96 0.88 0.13 355.19 0.92 0.45
Hex DD 9 1A 0 60 58 D 163 5C 2D
Octal 335 11 32 0 140 130 15 543 134 55
Binary 11011101 1001 11010 0 1100000 1011000 1101 101100011 1011100 101101

Color Harmonies of #DD091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD091A

Black with #DD091A

Text Example


Text Example

White with #DD091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD091A; }

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

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

background-color css

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

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

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

border-color css

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

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

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