Html Css Color HEX #DD5833 Chilean Fire

📋 copy color: '#DD5833'

red 221 ◦ green 88 ◦ blue 51

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

Shades of Chilean Fire #DD5833

Tints of Chilean Fire #DD5833

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

 BLUE value IS 51 (20.31% from 255) = 14.17%

R = 61.39%
G = 24.44%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD5833 (or 0xDD5833) is known color: Chilean Fire. HEX triplet: DD, 58 and 33. RGB value is (221,88,51). Sum of RGB (Red+Green+Blue) = 221+88+51=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5833 is #22A7CC. Grayscale: #7B7B7B. Windows color (decimal): -2271181 or 3365085. OLE color: 3365085.

HSL color Cylindrical-coordinate representation of color #DD5833: hue angle of 13.06º degrees, saturation: 0.71, 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 #DD5833 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 88 51 -
CMYK 0 0.60 0.77 0.13
HSL 13.06º 0.71% 0.53% -
HSV(B) 13.06º 0.77% 0.87% -
XYZ 33.91 22.59 5.71 -
YUV 123.55 87.06 197.51 -
System Red Green Blue C M Y K H S L
Decimal 221 88 51 0 0.60 0.77 0.13 13.06 0.71 0.53
Hex DD 58 33 0 3C 4D D D 47 35
Octal 335 130 63 0 74 115 15 15 107 65
Binary 11011101 1011000 110011 0 111100 1001101 1101 1101 1000111 110101

Color Harmonies of #DD5833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5833

Black with #DD5833

Text Example


Text Example

White with #DD5833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5833; }

 p { color: rgb(221,88,51); }

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

background-color css

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

 a { background-color: rgb(221,88,51); }

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

border-color css

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

 span { border-color: rgb(221,88,51); }

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