Html Css Color HEX #DD582E Chilean Fire

📋 copy color: '#DD582E'

red 221 ◦ green 88 ◦ blue 46

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

Shades of Chilean Fire #DD582E

Tints of Chilean Fire #DD582E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.79%

 BLUE value IS 46 (18.36% from 255) = 12.96%

R = 62.25%
G = 24.79%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD582E (or 0xDD582E) is known color: Chilean Fire. HEX triplet: DD, 58 and 2E. RGB value is (221,88,46). Sum of RGB (Red+Green+Blue) = 221+88+46=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD582E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD582E is #22A7D1. Grayscale: #7B7B7B. Windows color (decimal): -2271186 or 3037405. OLE color: 3037405.

HSL color Cylindrical-coordinate representation of color #DD582E: hue angle of 14.4º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD582E is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 88 46 -
CMYK 0 0.60 0.79 0.13
HSL 14.4º 0.72% 0.52% -
HSV(B) 14.4º 0.79% 0.87% -
XYZ 33.8 22.55 5.16 -
YUV 122.98 84.56 197.92 -
System Red Green Blue C M Y K H S L
Decimal 221 88 46 0 0.60 0.79 0.13 14.4 0.72 0.52
Hex DD 58 2E 0 3C 4F D E 48 34
Octal 335 130 56 0 74 117 15 16 110 64
Binary 11011101 1011000 101110 0 111100 1001111 1101 1110 1001000 110100

Color Harmonies of #DD582E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD582E

Black with #DD582E

Text Example


Text Example

White with #DD582E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD582E; }

 p { color: rgb(221,88,46); }

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

background-color css

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

 a { background-color: rgb(221,88,46); }

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

border-color css

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

 span { border-color: rgb(221,88,46); }

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