Html Css Color HEX #DD5026 Chilean Fire

📋 copy color: '#DD5026'

red 221 ◦ green 80 ◦ blue 38

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

Shades of Chilean Fire #DD5026

Tints of Chilean Fire #DD5026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.21%

R = 65.19%
G = 23.6%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD5026 (or 0xDD5026) is known color: Chilean Fire. HEX triplet: DD, 50 and 26. RGB value is (221,80,38). Sum of RGB (Red+Green+Blue) = 221+80+38=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5026 is #22AFD9. Grayscale: #757575. Windows color (decimal): -2273242 or 2511069. OLE color: 2511069.

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

Color convert

RGB 221 80 38 -
CMYK 0 0.64 0.83 0.13
HSL 13.77º 0.73% 0.51% -
HSV(B) 13.77º 0.83% 0.87% -
XYZ 33.04 21.25 4.19 -
YUV 117.37 83.21 201.92 -
System Red Green Blue C M Y K H S L
Decimal 221 80 38 0 0.64 0.83 0.13 13.77 0.73 0.51
Hex DD 50 26 0 40 53 D E 49 33
Octal 335 120 46 0 100 123 15 16 111 63
Binary 11011101 1010000 100110 0 1000000 1010011 1101 1110 1001001 110011

Color Harmonies of #DD5026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5026

Black with #DD5026

Text Example


Text Example

White with #DD5026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5026; }

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

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

background-color css

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

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

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

border-color css

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

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

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