Html Css Color HEX #DD1524 Fire Engine Red

📋 copy color: '#DD1524'

red 221 ◦ green 21 ◦ blue 36

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

Shades of Fire Engine Red #DD1524

Tints of Fire Engine Red #DD1524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 79.5%
G = 7.55%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD1524 (or 0xDD1524) is known color: Fire Engine Red. HEX triplet: DD, 15 and 24. RGB value is (221,21,36). Sum of RGB (Red+Green+Blue) = 221+21+36=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1524 is #22EADB. Grayscale: #525252. Windows color (decimal): -2288348 or 2364893. OLE color: 2364893.

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

Color convert

RGB 221 21 36 -
CMYK 0 0.90 0.84 0.13
HSL 355.5º 0.83% 0.47% -
HSV(B) 355.5º 0.9% 0.87% -
XYZ 30.41 16.04 3.16 -
YUV 82.51 101.76 226.78 -
System Red Green Blue C M Y K H S L
Decimal 221 21 36 0 0.90 0.84 0.13 355.5 0.83 0.47
Hex DD 15 24 0 5A 54 D 164 53 2F
Octal 335 25 44 0 132 124 15 544 123 57
Binary 11011101 10101 100100 0 1011010 1010100 1101 101100100 1010011 101111

Color Harmonies of #DD1524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1524

Black with #DD1524

Text Example


Text Example

White with #DD1524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1524; }

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

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

background-color css

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

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

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

border-color css

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

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

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