Html Css Color HEX #DD582D Chilean Fire

📋 copy color: '#DD582D'

red 221 ◦ green 88 ◦ blue 45

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

Shades of Chilean Fire #DD582D

Tints of Chilean Fire #DD582D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.71%

R = 62.43%
G = 24.86%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD582D (or 0xDD582D) is known color: Chilean Fire. HEX triplet: DD, 58 and 2D. RGB value is (221,88,45). Sum of RGB (Red+Green+Blue) = 221+88+45=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD582D is #22A7D2. Grayscale: #7B7B7B. Windows color (decimal): -2271187 or 2971869. OLE color: 2971869.

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

Color convert

RGB 221 88 45 -
CMYK 0 0.60 0.80 0.13
HSL 14.66º 0.72% 0.52% -
HSV(B) 14.66º 0.8% 0.87% -
XYZ 33.78 22.54 5.05 -
YUV 122.87 84.06 198 -
System Red Green Blue C M Y K H S L
Decimal 221 88 45 0 0.60 0.80 0.13 14.66 0.72 0.52
Hex DD 58 2D 0 3C 50 D F 48 34
Octal 335 130 55 0 74 120 15 17 110 64
Binary 11011101 1011000 101101 0 111100 1010000 1101 1111 1001000 110100

Color Harmonies of #DD582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD582D

Black with #DD582D

Text Example


Text Example

White with #DD582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD582D; }

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

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

background-color css

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

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

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

border-color css

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

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

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