Html Css Color HEX #DD1027 Fire Engine Red

📋 copy color: '#DD1027'

red 221 ◦ green 16 ◦ blue 39

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

Shades of Fire Engine Red #DD1027

Tints of Fire Engine Red #DD1027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

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

R = 80.07%
G = 5.8%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD1027 (or 0xDD1027) is known color: Fire Engine Red. HEX triplet: DD, 10 and 27. RGB value is (221,16,39). Sum of RGB (Red+Green+Blue) = 221+16+39=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1027 is #22EFD8. Grayscale: #505050. Windows color (decimal): -2289625 or 2560221. OLE color: 2560221.

HSL color Cylindrical-coordinate representation of color #DD1027: hue angle of 353.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1027 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 39 -
CMYK 0 0.93 0.82 0.13
HSL 353.27º 0.86% 0.46% -
HSV(B) 353.27º 0.93% 0.87% -
XYZ 30.37 15.89 3.39 -
YUV 79.92 104.92 228.63 -
System Red Green Blue C M Y K H S L
Decimal 221 16 39 0 0.93 0.82 0.13 353.27 0.86 0.46
Hex DD 10 27 0 5D 52 D 161 56 2E
Octal 335 20 47 0 135 122 15 541 126 56
Binary 11011101 10000 100111 0 1011101 1010010 1101 101100001 1010110 101110

Color Harmonies of #DD1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1027

Black with #DD1027

Text Example


Text Example

White with #DD1027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1027; }

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

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

background-color css

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

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

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

border-color css

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

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

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