Html Css Color HEX #DD5024 Chilean Fire

📋 copy color: '#DD5024'

red 221 ◦ green 80 ◦ blue 36

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

Shades of Chilean Fire #DD5024

Tints of Chilean Fire #DD5024

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.74%

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

R = 65.58%
G = 23.74%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD5024 (or 0xDD5024) is known color: Chilean Fire. HEX triplet: DD, 50 and 24. RGB value is (221,80,36). Sum of RGB (Red+Green+Blue) = 221+80+36=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5024 is #22AFDB. Grayscale: #757575. Windows color (decimal): -2273244 or 2379997. OLE color: 2379997.

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

Color convert

RGB 221 80 36 -
CMYK 0 0.64 0.84 0.13
HSL 14.27º 0.73% 0.5% -
HSV(B) 14.27º 0.84% 0.87% -
XYZ 33.01 21.24 4.03 -
YUV 117.14 82.21 202.08 -
System Red Green Blue C M Y K H S L
Decimal 221 80 36 0 0.64 0.84 0.13 14.27 0.73 0.5
Hex DD 50 24 0 40 54 D E 49 32
Octal 335 120 44 0 100 124 15 16 111 62
Binary 11011101 1010000 100100 0 1000000 1010100 1101 1110 1001001 110010

Color Harmonies of #DD5024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5024

Black with #DD5024

Text Example


Text Example

White with #DD5024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5024; }

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

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

background-color css

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

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

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

border-color css

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

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

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