Html Css Color HEX #DD5830 Chilean Fire

📋 copy color: '#DD5830'

red 221 ◦ green 88 ◦ blue 48

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

Shades of Chilean Fire #DD5830

Tints of Chilean Fire #DD5830

RGB

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

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

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

R = 61.9%
G = 24.65%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD5830 (or 0xDD5830) is known color: Chilean Fire. HEX triplet: DD, 58 and 30. RGB value is (221,88,48). Sum of RGB (Red+Green+Blue) = 221+88+48=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5830 is #22A7CF. Grayscale: #7B7B7B. Windows color (decimal): -2271184 or 3168477. OLE color: 3168477.

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

Color convert

RGB 221 88 48 -
CMYK 0 0.60 0.78 0.13
HSL 13.87º 0.72% 0.53% -
HSV(B) 13.87º 0.78% 0.87% -
XYZ 33.84 22.57 5.37 -
YUV 123.21 85.56 197.75 -
System Red Green Blue C M Y K H S L
Decimal 221 88 48 0 0.60 0.78 0.13 13.87 0.72 0.53
Hex DD 58 30 0 3C 4E D E 48 35
Octal 335 130 60 0 74 116 15 16 110 65
Binary 11011101 1011000 110000 0 111100 1001110 1101 1110 1001000 110101

Color Harmonies of #DD5830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5830

Black with #DD5830

Text Example


Text Example

White with #DD5830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5830; }

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

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

background-color css

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

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

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

border-color css

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

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

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