Html Css Color HEX #DD111A Fire Engine Red

📋 copy color: '#DD111A'

red 221 ◦ green 17 ◦ blue 26

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

Shades of Fire Engine Red #DD111A

Tints of Fire Engine Red #DD111A

RGB

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

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

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

R = 83.71%
G = 6.44%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD111A (or 0xDD111A) is known color: Fire Engine Red. HEX triplet: DD, 11 and 1A. RGB value is (221,17,26). Sum of RGB (Red+Green+Blue) = 221+17+26=264 (34% of max value = 765). Red value is 221 (86.72% from 255 or 83.71% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 221 - color contains mainly: red. Hex color #DD111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD111A is #22EEE5. Grayscale: #4F4F4F. Windows color (decimal): -2289382 or 1708509. OLE color: 1708509.

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

Color convert

RGB 221 17 26 -
CMYK 0 0.92 0.88 0.13
HSL 357.35º 0.86% 0.47% -
HSV(B) 357.35º 0.92% 0.87% -
XYZ 30.21 15.85 2.44 -
YUV 79.02 98.09 229.27 -
System Red Green Blue C M Y K H S L
Decimal 221 17 26 0 0.92 0.88 0.13 357.35 0.86 0.47
Hex DD 11 1A 0 5C 58 D 165 56 2F
Octal 335 21 32 0 134 130 15 545 126 57
Binary 11011101 10001 11010 0 1011100 1011000 1101 101100101 1010110 101111

Color Harmonies of #DD111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD111A

Black with #DD111A

Text Example


Text Example

White with #DD111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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