Html Css Color HEX #DD5A3C Chilean Fire

📋 copy color: '#DD5A3C'

red 221 ◦ green 90 ◦ blue 60

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

Shades of Chilean Fire #DD5A3C

Tints of Chilean Fire #DD5A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.26%

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

R = 59.57%
G = 24.26%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD5A3C (or 0xDD5A3C) is known color: Chilean Fire. HEX triplet: DD, 5A and 3C. RGB value is (221,90,60). Sum of RGB (Red+Green+Blue) = 221+90+60=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A3C is #22A5C3. Grayscale: #7D7D7D. Windows color (decimal): -2270660 or 3955421. OLE color: 3955421.

HSL color Cylindrical-coordinate representation of color #DD5A3C: hue angle of 11.18º 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 #DD5A3C is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 60 -
CMYK 0 0.59 0.73 0.13
HSL 11.18º 0.7% 0.55% -
HSV(B) 11.18º 0.73% 0.87% -
XYZ 34.29 23.01 6.91 -
YUV 125.75 90.9 195.94 -
System Red Green Blue C M Y K H S L
Decimal 221 90 60 0 0.59 0.73 0.13 11.18 0.7 0.55
Hex DD 5A 3C 0 3B 49 D B 46 37
Octal 335 132 74 0 73 111 15 13 106 67
Binary 11011101 1011010 111100 0 111011 1001001 1101 1011 1000110 110111

Color Harmonies of #DD5A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A3C

Black with #DD5A3C

Text Example


Text Example

White with #DD5A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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