Html Css Color HEX #DD182A Fire Engine Red

📋 copy color: '#DD182A'

red 221 ◦ green 24 ◦ blue 42

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

Shades of Fire Engine Red #DD182A

Tints of Fire Engine Red #DD182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

 BLUE value IS 42 (16.8% from 255) = 14.63%

R = 77%
G = 8.36%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD182A (or 0xDD182A) is known color: Fire Engine Red. HEX triplet: DD, 18 and 2A. RGB value is (221,24,42). Sum of RGB (Red+Green+Blue) = 221+24+42=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD182A is #22E7D5. Grayscale: #555555. Windows color (decimal): -2287574 or 2758877. OLE color: 2758877.

HSL color Cylindrical-coordinate representation of color #DD182A: hue angle of 354.52º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD182A is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 24 42 -
CMYK 0 0.89 0.81 0.13
HSL 354.52º 0.8% 0.48% -
HSV(B) 354.52º 0.89% 0.87% -
XYZ 30.56 16.19 3.71 -
YUV 84.96 103.77 225.04 -
System Red Green Blue C M Y K H S L
Decimal 221 24 42 0 0.89 0.81 0.13 354.52 0.8 0.48
Hex DD 18 2A 0 59 51 D 163 50 30
Octal 335 30 52 0 131 121 15 543 120 60
Binary 11011101 11000 101010 0 1011001 1010001 1101 101100011 1010000 110000

Color Harmonies of #DD182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD182A

Black with #DD182A

Text Example


Text Example

White with #DD182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD182A; }

 p { color: rgb(221,24,42); }

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

background-color css

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

 a { background-color: rgb(221,24,42); }

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

border-color css

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

 span { border-color: rgb(221,24,42); }

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