Html Css Color HEX #DD111E Fire Engine Red

📋 copy color: '#DD111E'

red 221 ◦ green 17 ◦ blue 30

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

Shades of Fire Engine Red #DD111E

Tints of Fire Engine Red #DD111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

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

R = 82.46%
G = 6.34%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD111E (or 0xDD111E) is known color: Fire Engine Red. HEX triplet: DD, 11 and 1E. RGB value is (221,17,30). Sum of RGB (Red+Green+Blue) = 221+17+30=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD111E is #22EEE1. Grayscale: #4F4F4F. Windows color (decimal): -2289378 or 1970653. OLE color: 1970653.

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

Color convert

RGB 221 17 30 -
CMYK 0 0.92 0.86 0.13
HSL 356.18º 0.86% 0.47% -
HSV(B) 356.18º 0.92% 0.87% -
XYZ 30.25 15.87 2.7 -
YUV 79.48 100.09 228.94 -
System Red Green Blue C M Y K H S L
Decimal 221 17 30 0 0.92 0.86 0.13 356.18 0.86 0.47
Hex DD 11 1E 0 5C 56 D 164 56 2F
Octal 335 21 36 0 134 126 15 544 126 57
Binary 11011101 10001 11110 0 1011100 1010110 1101 101100100 1010110 101111

Color Harmonies of #DD111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD111E

Black with #DD111E

Text Example


Text Example

White with #DD111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD111E; }

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

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

background-color css

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

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

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

border-color css

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

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

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