Html Css Color HEX #DD5E26 Chilean Fire

📋 copy color: '#DD5E26'

red 221 ◦ green 94 ◦ blue 38

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

Shades of Chilean Fire #DD5E26

Tints of Chilean Fire #DD5E26

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

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

R = 62.61%
G = 26.63%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD5E26 (or 0xDD5E26) is known color: Chilean Fire. HEX triplet: DD, 5E and 26. RGB value is (221,94,38). Sum of RGB (Red+Green+Blue) = 221+94+38=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E26 is #22A1D9. Grayscale: #7D7D7D. Windows color (decimal): -2269658 or 2514653. OLE color: 2514653.

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

Color convert

RGB 221 94 38 -
CMYK 0 0.57 0.83 0.13
HSL 18.36º 0.73% 0.51% -
HSV(B) 18.36º 0.83% 0.87% -
XYZ 34.17 23.52 4.57 -
YUV 125.59 78.58 196.05 -
System Red Green Blue C M Y K H S L
Decimal 221 94 38 0 0.57 0.83 0.13 18.36 0.73 0.51
Hex DD 5E 26 0 39 53 D 12 49 33
Octal 335 136 46 0 71 123 15 22 111 63
Binary 11011101 1011110 100110 0 111001 1010011 1101 10010 1001001 110011

Color Harmonies of #DD5E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E26

Black with #DD5E26

Text Example


Text Example

White with #DD5E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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