Html Css Color HEX #DD582B Chilean Fire

📋 copy color: '#DD582B'

red 221 ◦ green 88 ◦ blue 43

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

Shades of Chilean Fire #DD582B

Tints of Chilean Fire #DD582B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.22%

R = 62.78%
G = 25%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD582B (or 0xDD582B) is known color: Chilean Fire. HEX triplet: DD, 58 and 2B. RGB value is (221,88,43). Sum of RGB (Red+Green+Blue) = 221+88+43=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD582B is #22A7D4. Grayscale: #7A7A7A. Windows color (decimal): -2271189 or 2840797. OLE color: 2840797.

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

Color convert

RGB 221 88 43 -
CMYK 0 0.60 0.81 0.13
HSL 15.17º 0.72% 0.52% -
HSV(B) 15.17º 0.81% 0.87% -
XYZ 33.74 22.53 4.85 -
YUV 122.64 83.06 198.16 -
System Red Green Blue C M Y K H S L
Decimal 221 88 43 0 0.60 0.81 0.13 15.17 0.72 0.52
Hex DD 58 2B 0 3C 51 D F 48 34
Octal 335 130 53 0 74 121 15 17 110 64
Binary 11011101 1011000 101011 0 111100 1010001 1101 1111 1001000 110100

Color Harmonies of #DD582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD582B

Black with #DD582B

Text Example


Text Example

White with #DD582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD582B; }

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

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

background-color css

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

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

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

border-color css

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

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

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