Html Css Color HEX #DD172B Fire Engine Red

📋 copy color: '#DD172B'

red 221 ◦ green 23 ◦ blue 43

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

Shades of Fire Engine Red #DD172B

Tints of Fire Engine Red #DD172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.01%

 BLUE value IS 43 (17.19% from 255) = 14.98%

R = 77%
G = 8.01%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD172B (or 0xDD172B) is known color: Fire Engine Red. HEX triplet: DD, 17 and 2B. RGB value is (221,23,43). Sum of RGB (Red+Green+Blue) = 221+23+43=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD172B is #22E8D4. Grayscale: #545454. Windows color (decimal): -2287829 or 2824157. OLE color: 2824157.

HSL color Cylindrical-coordinate representation of color #DD172B: hue angle of 353.94º degrees, saturation: 0.81, 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 #DD172B is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 23 43 -
CMYK 0 0.90 0.81 0.13
HSL 353.94º 0.81% 0.48% -
HSV(B) 353.94º 0.9% 0.87% -
XYZ 30.56 16.16 3.79 -
YUV 84.48 104.6 225.37 -
System Red Green Blue C M Y K H S L
Decimal 221 23 43 0 0.90 0.81 0.13 353.94 0.81 0.48
Hex DD 17 2B 0 5A 51 D 162 51 30
Octal 335 27 53 0 132 121 15 542 121 60
Binary 11011101 10111 101011 0 1011010 1010001 1101 101100010 1010001 110000

Color Harmonies of #DD172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD172B

Black with #DD172B

Text Example


Text Example

White with #DD172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD172B; }

 p { color: rgb(221,23,43); }

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

background-color css

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

 a { background-color: rgb(221,23,43); }

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

border-color css

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

 span { border-color: rgb(221,23,43); }

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