Html Css Color HEX #DD5230 Chilean Fire

📋 copy color: '#DD5230'

red 221 ◦ green 82 ◦ blue 48

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

Shades of Chilean Fire #DD5230

Tints of Chilean Fire #DD5230

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.36%

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

R = 62.96%
G = 23.36%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD5230 (or 0xDD5230) is known color: Chilean Fire. HEX triplet: DD, 52 and 30. RGB value is (221,82,48). Sum of RGB (Red+Green+Blue) = 221+82+48=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5230 is #22ADCF. Grayscale: #777777. Windows color (decimal): -2272720 or 3166941. OLE color: 3166941.

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

Color convert

RGB 221 82 48 -
CMYK 0 0.63 0.78 0.13
HSL 11.79º 0.72% 0.53% -
HSV(B) 11.79º 0.78% 0.87% -
XYZ 33.37 21.62 5.21 -
YUV 119.69 87.55 200.26 -
System Red Green Blue C M Y K H S L
Decimal 221 82 48 0 0.63 0.78 0.13 11.79 0.72 0.53
Hex DD 52 30 0 3F 4E D C 48 35
Octal 335 122 60 0 77 116 15 14 110 65
Binary 11011101 1010010 110000 0 111111 1001110 1101 1100 1001000 110101

Color Harmonies of #DD5230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5230

Black with #DD5230

Text Example


Text Example

White with #DD5230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5230; }

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

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

background-color css

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

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

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

border-color css

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

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

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