Html Css Color HEX #DD583C Chilean Fire

📋 copy color: '#DD583C'

red 221 ◦ green 88 ◦ blue 60

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

Shades of Chilean Fire #DD583C

Tints of Chilean Fire #DD583C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.26%

R = 59.89%
G = 23.85%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD583C (or 0xDD583C) is known color: Chilean Fire. HEX triplet: DD, 58 and 3C. RGB value is (221,88,60). Sum of RGB (Red+Green+Blue) = 221+88+60=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD583C is #22A7C3. Grayscale: #7C7C7C. Windows color (decimal): -2271172 or 3954909. OLE color: 3954909.

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

Color convert

RGB 221 88 60 -
CMYK 0 0.60 0.73 0.13
HSL 10.43º 0.7% 0.55% -
HSV(B) 10.43º 0.73% 0.87% -
XYZ 34.12 22.68 6.85 -
YUV 124.58 91.56 196.78 -
System Red Green Blue C M Y K H S L
Decimal 221 88 60 0 0.60 0.73 0.13 10.43 0.7 0.55
Hex DD 58 3C 0 3C 49 D A 46 37
Octal 335 130 74 0 74 111 15 12 106 67
Binary 11011101 1011000 111100 0 111100 1001001 1101 1010 1000110 110111

Color Harmonies of #DD583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD583C

Black with #DD583C

Text Example


Text Example

White with #DD583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD583C; }

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

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

background-color css

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

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

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

border-color css

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

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

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