Html Css Color HEX #DD5B2D Chilean Fire

📋 copy color: '#DD5B2D'

red 221 ◦ green 91 ◦ blue 45

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

Shades of Chilean Fire #DD5B2D

Tints of Chilean Fire #DD5B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.61%

R = 61.9%
G = 25.49%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD5B2D (or 0xDD5B2D) is known color: Chilean Fire. HEX triplet: DD, 5B and 2D. RGB value is (221,91,45). Sum of RGB (Red+Green+Blue) = 221+91+45=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5B2D is #22A4D2. Grayscale: #7C7C7C. Windows color (decimal): -2270419 or 2972637. OLE color: 2972637.

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

Color convert

RGB 221 91 45 -
CMYK 0 0.59 0.80 0.13
HSL 15.68º 0.72% 0.52% -
HSV(B) 15.68º 0.8% 0.87% -
XYZ 34.03 23.04 5.14 -
YUV 124.63 83.07 196.74 -
System Red Green Blue C M Y K H S L
Decimal 221 91 45 0 0.59 0.80 0.13 15.68 0.72 0.52
Hex DD 5B 2D 0 3B 50 D 10 48 34
Octal 335 133 55 0 73 120 15 20 110 64
Binary 11011101 1011011 101101 0 111011 1010000 1101 10000 1001000 110100

Color Harmonies of #DD5B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5B2D

Black with #DD5B2D

Text Example


Text Example

White with #DD5B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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