Html Css Color HEX #DD5630 Chilean Fire

📋 copy color: '#DD5630'

red 221 ◦ green 86 ◦ blue 48

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

Shades of Chilean Fire #DD5630

Tints of Chilean Fire #DD5630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.23%

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

R = 62.25%
G = 24.23%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD5630 (or 0xDD5630) is known color: Chilean Fire. HEX triplet: DD, 56 and 30. RGB value is (221,86,48). Sum of RGB (Red+Green+Blue) = 221+86+48=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5630 is #22A9CF. Grayscale: #7A7A7A. Windows color (decimal): -2271696 or 3167965. OLE color: 3167965.

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

Color convert

RGB 221 86 48 -
CMYK 0 0.61 0.78 0.13
HSL 13.18º 0.72% 0.53% -
HSV(B) 13.18º 0.78% 0.87% -
XYZ 33.68 22.24 5.31 -
YUV 122.03 86.23 198.59 -
System Red Green Blue C M Y K H S L
Decimal 221 86 48 0 0.61 0.78 0.13 13.18 0.72 0.53
Hex DD 56 30 0 3D 4E D D 48 35
Octal 335 126 60 0 75 116 15 15 110 65
Binary 11011101 1010110 110000 0 111101 1001110 1101 1101 1001000 110101

Color Harmonies of #DD5630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5630

Black with #DD5630

Text Example


Text Example

White with #DD5630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5630; }

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

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

background-color css

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

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

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

border-color css

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

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

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