Html Css Color HEX #DD5B30 Chilean Fire

📋 copy color: '#DD5B30'

red 221 ◦ green 91 ◦ blue 48

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

Shades of Chilean Fire #DD5B30

Tints of Chilean Fire #DD5B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.33%

R = 61.39%
G = 25.28%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD5B30 (or 0xDD5B30) is known color: Chilean Fire. HEX triplet: DD, 5B and 30. RGB value is (221,91,48). Sum of RGB (Red+Green+Blue) = 221+91+48=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5B30 is #22A4CF. Grayscale: #7D7D7D. Windows color (decimal): -2270416 or 3169245. OLE color: 3169245.

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

Color convert

RGB 221 91 48 -
CMYK 0 0.59 0.78 0.13
HSL 14.91º 0.72% 0.53% -
HSV(B) 14.91º 0.78% 0.87% -
XYZ 34.09 23.07 5.45 -
YUV 124.97 84.57 196.5 -
System Red Green Blue C M Y K H S L
Decimal 221 91 48 0 0.59 0.78 0.13 14.91 0.72 0.53
Hex DD 5B 30 0 3B 4E D F 48 35
Octal 335 133 60 0 73 116 15 17 110 65
Binary 11011101 1011011 110000 0 111011 1001110 1101 1111 1001000 110101

Color Harmonies of #DD5B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5B30

Black with #DD5B30

Text Example


Text Example

White with #DD5B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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