Html Css Color HEX #DD5923 Chilean Fire

📋 copy color: '#DD5923'

red 221 ◦ green 89 ◦ blue 35

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

Shades of Chilean Fire #DD5923

Tints of Chilean Fire #DD5923

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.8%

 BLUE value IS 35 (14.06% from 255) = 10.14%

R = 64.06%
G = 25.8%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD5923 (or 0xDD5923) is known color: Chilean Fire. HEX triplet: DD, 59 and 23. RGB value is (221,89,35). Sum of RGB (Red+Green+Blue) = 221+89+35=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5923 is #22A6DC. Grayscale: #7A7A7A. Windows color (decimal): -2270941 or 2316765. OLE color: 2316765.

HSL color Cylindrical-coordinate representation of color #DD5923: hue angle of 17.42º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD5923 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 89 35 -
CMYK 0 0.60 0.84 0.13
HSL 17.42º 0.73% 0.5% -
HSV(B) 17.42º 0.84% 0.87% -
XYZ 33.69 22.64 4.18 -
YUV 122.31 78.73 198.39 -
System Red Green Blue C M Y K H S L
Decimal 221 89 35 0 0.60 0.84 0.13 17.42 0.73 0.5
Hex DD 59 23 0 3C 54 D 11 49 32
Octal 335 131 43 0 74 124 15 21 111 62
Binary 11011101 1011001 100011 0 111100 1010100 1101 10001 1001001 110010

Color Harmonies of #DD5923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5923

Black with #DD5923

Text Example


Text Example

White with #DD5923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5923; }

 p { color: rgb(221,89,35); }

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

background-color css

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

 a { background-color: rgb(221,89,35); }

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

border-color css

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

 span { border-color: rgb(221,89,35); }

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