Html Css Color HEX #DD1327 Fire Engine Red

📋 copy color: '#DD1327'

red 221 ◦ green 19 ◦ blue 39

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

Shades of Fire Engine Red #DD1327

Tints of Fire Engine Red #DD1327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.81%

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

R = 79.21%
G = 6.81%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD1327 (or 0xDD1327) is known color: Fire Engine Red. HEX triplet: DD, 13 and 27. RGB value is (221,19,39). Sum of RGB (Red+Green+Blue) = 221+19+39=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1327 is #22ECD8. Grayscale: #515151. Windows color (decimal): -2288857 or 2560989. OLE color: 2560989.

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

Color convert

RGB 221 19 39 -
CMYK 0 0.91 0.82 0.13
HSL 354.06º 0.84% 0.47% -
HSV(B) 354.06º 0.91% 0.87% -
XYZ 30.42 15.98 3.4 -
YUV 81.68 103.92 227.37 -
System Red Green Blue C M Y K H S L
Decimal 221 19 39 0 0.91 0.82 0.13 354.06 0.84 0.47
Hex DD 13 27 0 5B 52 D 162 54 2F
Octal 335 23 47 0 133 122 15 542 124 57
Binary 11011101 10011 100111 0 1011011 1010010 1101 101100010 1010100 101111

Color Harmonies of #DD1327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1327

Black with #DD1327

Text Example


Text Example

White with #DD1327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1327; }

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

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

background-color css

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

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

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

border-color css

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

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

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