Html Css Color HEX #DC6030 Chilean Fire

📋 copy color: '#DC6030'

red 220 ◦ green 96 ◦ blue 48

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

Shades of Chilean Fire #DC6030

Tints of Chilean Fire #DC6030

RGB

 RED value IS 220 (86.33% from 255) = 60.44%

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

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

R = 60.44%
G = 26.37%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC6030 (or 0xDC6030) is known color: Chilean Fire. HEX triplet: DC, 60 and 30. RGB value is (220,96,48). Sum of RGB (Red+Green+Blue) = 220+96+48=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6030 is #239FCF. Grayscale: #7F7F7F. Windows color (decimal): -2334672 or 3170524. OLE color: 3170524.

HSL color Cylindrical-coordinate representation of color #DC6030: hue angle of 16.74º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC6030 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 96 48 -
CMYK 0 0.56 0.78 0.14
HSL 16.74º 0.71% 0.53% -
HSV(B) 16.74º 0.78% 0.86% -
XYZ 34.23 23.79 5.58 -
YUV 127.6 83.08 193.9 -
System Red Green Blue C M Y K H S L
Decimal 220 96 48 0 0.56 0.78 0.14 16.74 0.71 0.53
Hex DC 60 30 0 38 4E E 11 47 35
Octal 334 140 60 0 70 116 16 21 107 65
Binary 11011100 1100000 110000 0 111000 1001110 1110 10001 1000111 110101

Color Harmonies of #DC6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6030

Black with #DC6030

Text Example


Text Example

White with #DC6030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6030; }

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

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

background-color css

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

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

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

border-color css

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

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

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