Html Css Color HEX #DD161A Fire Engine Red

📋 copy color: '#DD161A'

red 221 ◦ green 22 ◦ blue 26

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

Shades of Fire Engine Red #DD161A

Tints of Fire Engine Red #DD161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

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

R = 82.16%
G = 8.18%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD161A (or 0xDD161A) is known color: Fire Engine Red. HEX triplet: DD, 16 and 1A. RGB value is (221,22,26). Sum of RGB (Red+Green+Blue) = 221+22+26=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD161A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD161A is #22E9E5. Grayscale: #525252. Windows color (decimal): -2288102 or 1709789. OLE color: 1709789.

HSL color Cylindrical-coordinate representation of color #DD161A: hue angle of 358.79º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD161A is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 26 -
CMYK 0 0.90 0.88 0.13
HSL 358.79º 0.82% 0.48% -
HSV(B) 358.79º 0.9% 0.87% -
XYZ 30.29 16.02 2.47 -
YUV 81.96 96.43 227.17 -
System Red Green Blue C M Y K H S L
Decimal 221 22 26 0 0.90 0.88 0.13 358.79 0.82 0.48
Hex DD 16 1A 0 5A 58 D 167 52 30
Octal 335 26 32 0 132 130 15 547 122 60
Binary 11011101 10110 11010 0 1011010 1011000 1101 101100111 1010010 110000

Color Harmonies of #DD161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD161A

Black with #DD161A

Text Example


Text Example

White with #DD161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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