Html Css Color HEX #DD5A32 Chilean Fire

📋 copy color: '#DD5A32'

red 221 ◦ green 90 ◦ blue 50

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

Shades of Chilean Fire #DD5A32

Tints of Chilean Fire #DD5A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 61.22%
G = 24.93%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD5A32 (or 0xDD5A32) is known color: Chilean Fire. HEX triplet: DD, 5A and 32. RGB value is (221,90,50). Sum of RGB (Red+Green+Blue) = 221+90+50=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A32 is #22A5CD. Grayscale: #7C7C7C. Windows color (decimal): -2270670 or 3300061. OLE color: 3300061.

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

Color convert

RGB 221 90 50 -
CMYK 0 0.59 0.77 0.13
HSL 14.04º 0.72% 0.53% -
HSV(B) 14.04º 0.77% 0.87% -
XYZ 34.05 22.91 5.65 -
YUV 124.61 85.9 196.75 -
System Red Green Blue C M Y K H S L
Decimal 221 90 50 0 0.59 0.77 0.13 14.04 0.72 0.53
Hex DD 5A 32 0 3B 4D D E 48 35
Octal 335 132 62 0 73 115 15 16 110 65
Binary 11011101 1011010 110010 0 111011 1001101 1101 1110 1001000 110101

Color Harmonies of #DD5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A32

Black with #DD5A32

Text Example


Text Example

White with #DD5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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