Html Css Color HEX #DD582F Chilean Fire

📋 copy color: '#DD582F'

red 221 ◦ green 88 ◦ blue 47

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

Shades of Chilean Fire #DD582F

Tints of Chilean Fire #DD582F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.2%

R = 62.08%
G = 24.72%
B = 13.2%

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

#DD582F (or 0xDD582F) is known color: Chilean Fire. HEX triplet: DD, 58 and 2F. RGB value is (221,88,47). Sum of RGB (Red+Green+Blue) = 221+88+47=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD582F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD582F is #22A7D0. Grayscale: #7B7B7B. Windows color (decimal): -2271185 or 3102941. OLE color: 3102941.

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

Color convert

RGB 221 88 47 -
CMYK 0 0.60 0.79 0.13
HSL 14.14º 0.72% 0.53% -
HSV(B) 14.14º 0.79% 0.87% -
XYZ 33.82 22.56 5.26 -
YUV 123.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 221 88 47 0 0.60 0.79 0.13 14.14 0.72 0.53
Hex DD 58 2F 0 3C 4F D E 48 35
Octal 335 130 57 0 74 117 15 16 110 65
Binary 11011101 1011000 101111 0 111100 1001111 1101 1110 1001000 110101

Color Harmonies of #DD582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD582F

Black with #DD582F

Text Example


Text Example

White with #DD582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD582F; }

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

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

background-color css

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

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

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

border-color css

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

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

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