Html Css Color HEX #DD0824 Fire Engine Red

📋 copy color: '#DD0824'

red 221 ◦ green 8 ◦ blue 36

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

Shades of Fire Engine Red #DD0824

Tints of Fire Engine Red #DD0824

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.02%

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

R = 83.4%
G = 3.02%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD0824 (or 0xDD0824) is known color: Fire Engine Red. HEX triplet: DD, 08 and 24. RGB value is (221,8,36). Sum of RGB (Red+Green+Blue) = 221+8+36=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0824 is #22F7DB. Grayscale: #4A4A4A. Windows color (decimal): -2291676 or 2361565. OLE color: 2361565.

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

Color convert

RGB 221 8 36 -
CMYK 0 0.96 0.84 0.13
HSL 352.11º 0.93% 0.45% -
HSV(B) 352.11º 0.96% 0.87% -
XYZ 30.22 15.67 3.1 -
YUV 74.88 106.07 232.22 -
System Red Green Blue C M Y K H S L
Decimal 221 8 36 0 0.96 0.84 0.13 352.11 0.93 0.45
Hex DD 8 24 0 60 54 D 160 5D 2D
Octal 335 10 44 0 140 124 15 540 135 55
Binary 11011101 1000 100100 0 1100000 1010100 1101 101100000 1011101 101101

Color Harmonies of #DD0824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0824

Black with #DD0824

Text Example


Text Example

White with #DD0824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0824; }

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

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

background-color css

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

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

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

border-color css

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

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

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