Html Css Color HEX #DD0324 Fire Engine Red

📋 copy color: '#DD0324'

red 221 ◦ green 3 ◦ blue 36

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

Shades of Fire Engine Red #DD0324

Tints of Fire Engine Red #DD0324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 85%
G = 1.15%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD0324 (or 0xDD0324) is known color: Fire Engine Red. HEX triplet: DD, 03 and 24. RGB value is (221,3,36). Sum of RGB (Red+Green+Blue) = 221+3+36=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0324 is #22FCDB. Grayscale: #484848. Windows color (decimal): -2292956 or 2360285. OLE color: 2360285.

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

Color convert

RGB 221 3 36 -
CMYK 0 0.99 0.84 0.13
HSL 350.92º 0.97% 0.44% -
HSV(B) 350.92º 0.99% 0.87% -
XYZ 30.17 15.56 3.08 -
YUV 71.94 107.72 234.32 -
System Red Green Blue C M Y K H S L
Decimal 221 3 36 0 0.99 0.84 0.13 350.92 0.97 0.44
Hex DD 3 24 0 63 54 D 15F 61 2C
Octal 335 3 44 0 143 124 15 537 141 54
Binary 11011101 11 100100 0 1100011 1010100 1101 101011111 1100001 101100

Color Harmonies of #DD0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0324

Black with #DD0324

Text Example


Text Example

White with #DD0324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0324; }

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

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

background-color css

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

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

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

border-color css

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

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

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