Html Css Color HEX #DD5B2E Chilean Fire

📋 copy color: '#DD5B2E'

red 221 ◦ green 91 ◦ blue 46

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

Shades of Chilean Fire #DD5B2E

Tints of Chilean Fire #DD5B2E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.42%

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

R = 61.73%
G = 25.42%
B = 12.85%

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

#DD5B2E (or 0xDD5B2E) is known color: Chilean Fire. HEX triplet: DD, 5B and 2E. RGB value is (221,91,46). Sum of RGB (Red+Green+Blue) = 221+91+46=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5B2E is #22A4D1. Grayscale: #7D7D7D. Windows color (decimal): -2270418 or 3038173. OLE color: 3038173.

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

Color convert

RGB 221 91 46 -
CMYK 0 0.59 0.79 0.13
HSL 15.43º 0.72% 0.52% -
HSV(B) 15.43º 0.79% 0.87% -
XYZ 34.05 23.05 5.24 -
YUV 124.74 83.57 196.66 -
System Red Green Blue C M Y K H S L
Decimal 221 91 46 0 0.59 0.79 0.13 15.43 0.72 0.52
Hex DD 5B 2E 0 3B 4F D F 48 34
Octal 335 133 56 0 73 117 15 17 110 64
Binary 11011101 1011011 101110 0 111011 1001111 1101 1111 1001000 110100

Color Harmonies of #DD5B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5B2E

Black with #DD5B2E

Text Example


Text Example

White with #DD5B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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