Html Css Color HEX #DD5A2E Chilean Fire

📋 copy color: '#DD5A2E'

red 221 ◦ green 90 ◦ blue 46

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

Shades of Chilean Fire #DD5A2E

Tints of Chilean Fire #DD5A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.89%

R = 61.9%
G = 25.21%
B = 12.89%

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

#DD5A2E (or 0xDD5A2E) is known color: Chilean Fire. HEX triplet: DD, 5A and 2E. RGB value is (221,90,46). Sum of RGB (Red+Green+Blue) = 221+90+46=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A2E is #22A5D1. Grayscale: #7C7C7C. Windows color (decimal): -2270674 or 3037917. OLE color: 3037917.

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

Color convert

RGB 221 90 46 -
CMYK 0 0.59 0.79 0.13
HSL 15.09º 0.72% 0.52% -
HSV(B) 15.09º 0.79% 0.87% -
XYZ 33.97 22.88 5.21 -
YUV 124.15 83.9 197.08 -
System Red Green Blue C M Y K H S L
Decimal 221 90 46 0 0.59 0.79 0.13 15.09 0.72 0.52
Hex DD 5A 2E 0 3B 4F D F 48 34
Octal 335 132 56 0 73 117 15 17 110 64
Binary 11011101 1011010 101110 0 111011 1001111 1101 1111 1001000 110100

Color Harmonies of #DD5A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A2E

Black with #DD5A2E

Text Example


Text Example

White with #DD5A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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