Html Css Color HEX #DD1529 Fire Engine Red

📋 copy color: '#DD1529'

red 221 ◦ green 21 ◦ blue 41

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

Shades of Fire Engine Red #DD1529

Tints of Fire Engine Red #DD1529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.49%

R = 78.09%
G = 7.42%
B = 14.49%

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

#DD1529 (or 0xDD1529) is known color: Fire Engine Red. HEX triplet: DD, 15 and 29. RGB value is (221,21,41). Sum of RGB (Red+Green+Blue) = 221+21+41=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1529 is #22EAD6. Grayscale: #535353. Windows color (decimal): -2288343 or 2692573. OLE color: 2692573.

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

Color convert

RGB 221 21 41 -
CMYK 0 0.90 0.81 0.13
HSL 354º 0.83% 0.47% -
HSV(B) 354º 0.9% 0.87% -
XYZ 30.49 16.07 3.59 -
YUV 83.08 104.26 226.37 -
System Red Green Blue C M Y K H S L
Decimal 221 21 41 0 0.90 0.81 0.13 354 0.83 0.47
Hex DD 15 29 0 5A 51 D 162 53 2F
Octal 335 25 51 0 132 121 15 542 123 57
Binary 11011101 10101 101001 0 1011010 1010001 1101 101100010 1010011 101111

Color Harmonies of #DD1529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1529

Black with #DD1529

Text Example


Text Example

White with #DD1529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1529; }

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

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

background-color css

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

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

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

border-color css

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

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

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