Html Css Color HEX #DD1527 Fire Engine Red

📋 copy color: '#DD1527'

red 221 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #DD1527

Tints of Fire Engine Red #DD1527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.47%

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

R = 78.65%
G = 7.47%
B = 13.88%

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

#DD1527 (or 0xDD1527) is known color: Fire Engine Red. HEX triplet: DD, 15 and 27. RGB value is (221,21,39). Sum of RGB (Red+Green+Blue) = 221+21+39=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1527 is #22EAD8. Grayscale: #525252. Windows color (decimal): -2288345 or 2561501. OLE color: 2561501.

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

Color convert

RGB 221 21 39 -
CMYK 0 0.90 0.82 0.13
HSL 354.6º 0.83% 0.47% -
HSV(B) 354.6º 0.9% 0.87% -
XYZ 30.45 16.05 3.41 -
YUV 82.85 103.26 226.54 -
System Red Green Blue C M Y K H S L
Decimal 221 21 39 0 0.90 0.82 0.13 354.6 0.83 0.47
Hex DD 15 27 0 5A 52 D 163 53 2F
Octal 335 25 47 0 132 122 15 543 123 57
Binary 11011101 10101 100111 0 1011010 1010010 1101 101100011 1010011 101111

Color Harmonies of #DD1527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1527

Black with #DD1527

Text Example


Text Example

White with #DD1527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1527; }

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

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

background-color css

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

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

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

border-color css

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

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

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