Html Css Color HEX #DD5430 Chilean Fire

📋 copy color: '#DD5430'

red 221 ◦ green 84 ◦ blue 48

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

Shades of Chilean Fire #DD5430

Tints of Chilean Fire #DD5430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.8%

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

R = 62.61%
G = 23.8%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD5430 (or 0xDD5430) is known color: Chilean Fire. HEX triplet: DD, 54 and 30. RGB value is (221,84,48). Sum of RGB (Red+Green+Blue) = 221+84+48=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5430 is #22ABCF. Grayscale: #797979. Windows color (decimal): -2272208 or 3167453. OLE color: 3167453.

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

Color convert

RGB 221 84 48 -
CMYK 0 0.62 0.78 0.13
HSL 12.49º 0.72% 0.53% -
HSV(B) 12.49º 0.78% 0.87% -
XYZ 33.52 21.93 5.26 -
YUV 120.86 86.89 199.43 -
System Red Green Blue C M Y K H S L
Decimal 221 84 48 0 0.62 0.78 0.13 12.49 0.72 0.53
Hex DD 54 30 0 3E 4E D C 48 35
Octal 335 124 60 0 76 116 15 14 110 65
Binary 11011101 1010100 110000 0 111110 1001110 1101 1100 1001000 110101

Color Harmonies of #DD5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5430

Black with #DD5430

Text Example


Text Example

White with #DD5430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5430; }

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

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

background-color css

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

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

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

border-color css

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

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

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