Html Css Color HEX #DD1627 Fire Engine Red

📋 copy color: '#DD1627'

red 221 ◦ green 22 ◦ blue 39

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

Shades of Fire Engine Red #DD1627

Tints of Fire Engine Red #DD1627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.83%

R = 78.37%
G = 7.8%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD1627 (or 0xDD1627) is known color: Fire Engine Red. HEX triplet: DD, 16 and 27. RGB value is (221,22,39). Sum of RGB (Red+Green+Blue) = 221+22+39=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1627 is #22E9D8. Grayscale: #535353. Windows color (decimal): -2288089 or 2561757. OLE color: 2561757.

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

Color convert

RGB 221 22 39 -
CMYK 0 0.90 0.82 0.13
HSL 354.87º 0.82% 0.48% -
HSV(B) 354.87º 0.9% 0.87% -
XYZ 30.47 16.09 3.42 -
YUV 83.44 102.93 226.12 -
System Red Green Blue C M Y K H S L
Decimal 221 22 39 0 0.90 0.82 0.13 354.87 0.82 0.48
Hex DD 16 27 0 5A 52 D 163 52 30
Octal 335 26 47 0 132 122 15 543 122 60
Binary 11011101 10110 100111 0 1011010 1010010 1101 101100011 1010010 110000

Color Harmonies of #DD1627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1627

Black with #DD1627

Text Example


Text Example

White with #DD1627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1627; }

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

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

background-color css

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

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

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

border-color css

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

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

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