Html Css Color HEX #DD6030 Chilean Fire

📋 copy color: '#DD6030'

red 221 ◦ green 96 ◦ blue 48

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

Shades of Chilean Fire #DD6030

Tints of Chilean Fire #DD6030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

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

R = 60.55%
G = 26.3%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD6030 (or 0xDD6030) is known color: Chilean Fire. HEX triplet: DD, 60 and 30. RGB value is (221,96,48). Sum of RGB (Red+Green+Blue) = 221+96+48=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6030 is #229FCF. Grayscale: #808080. Windows color (decimal): -2269136 or 3170525. OLE color: 3170525.

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

Color convert

RGB 221 96 48 -
CMYK 0 0.57 0.78 0.13
HSL 16.65º 0.72% 0.53% -
HSV(B) 16.65º 0.78% 0.87% -
XYZ 34.54 23.95 5.6 -
YUV 127.9 82.91 194.4 -
System Red Green Blue C M Y K H S L
Decimal 221 96 48 0 0.57 0.78 0.13 16.65 0.72 0.53
Hex DD 60 30 0 39 4E D 11 48 35
Octal 335 140 60 0 71 116 15 21 110 65
Binary 11011101 1100000 110000 0 111001 1001110 1101 10001 1001000 110101

Color Harmonies of #DD6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6030

Black with #DD6030

Text Example


Text Example

White with #DD6030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6030; }

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

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

background-color css

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

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

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

border-color css

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

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

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