Html Css Color HEX #DD5A2F Chilean Fire

📋 copy color: '#DD5A2F'

red 221 ◦ green 90 ◦ blue 47

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

Shades of Chilean Fire #DD5A2F

Tints of Chilean Fire #DD5A2F

RGB

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

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

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

R = 61.73%
G = 25.14%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD5A2F (or 0xDD5A2F) is known color: Chilean Fire. HEX triplet: DD, 5A and 2F. RGB value is (221,90,47). Sum of RGB (Red+Green+Blue) = 221+90+47=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A2F is #22A5D0. Grayscale: #7C7C7C. Windows color (decimal): -2270673 or 3103453. OLE color: 3103453.

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

Color convert

RGB 221 90 47 -
CMYK 0 0.59 0.79 0.13
HSL 14.83º 0.72% 0.53% -
HSV(B) 14.83º 0.79% 0.87% -
XYZ 33.99 22.89 5.32 -
YUV 124.27 84.4 197 -
System Red Green Blue C M Y K H S L
Decimal 221 90 47 0 0.59 0.79 0.13 14.83 0.72 0.53
Hex DD 5A 2F 0 3B 4F D F 48 35
Octal 335 132 57 0 73 117 15 17 110 65
Binary 11011101 1011010 101111 0 111011 1001111 1101 1111 1001000 110101

Color Harmonies of #DD5A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A2F

Black with #DD5A2F

Text Example


Text Example

White with #DD5A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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