Html Css Color HEX #DB6030 Chilean Fire

📋 copy color: '#DB6030'

red 219 ◦ green 96 ◦ blue 48

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

Shades of Chilean Fire #DB6030

Tints of Chilean Fire #DB6030

RGB

 RED value IS 219 (85.94% from 255) = 60.33%

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

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

R = 60.33%
G = 26.45%
B = 13.22%

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

#DB6030 (or 0xDB6030) is known color: Chilean Fire. HEX triplet: DB, 60 and 30. RGB value is (219,96,48). Sum of RGB (Red+Green+Blue) = 219+96+48=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6030 is #249FCF. Grayscale: #7F7F7F. Windows color (decimal): -2400208 or 3170523. OLE color: 3170523.

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

Color convert

RGB 219 96 48 -
CMYK 0 0.56 0.78 0.14
HSL 16.84º 0.7% 0.52% -
HSV(B) 16.84º 0.78% 0.86% -
XYZ 33.93 23.64 5.57 -
YUV 127.31 83.25 193.4 -
System Red Green Blue C M Y K H S L
Decimal 219 96 48 0 0.56 0.78 0.14 16.84 0.7 0.52
Hex DB 60 30 0 38 4E E 11 46 34
Octal 333 140 60 0 70 116 16 21 106 64
Binary 11011011 1100000 110000 0 111000 1001110 1110 10001 1000110 110100

Color Harmonies of #DB6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6030

Black with #DB6030

Text Example


Text Example

White with #DB6030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6030; }

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

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

background-color css

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

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

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

border-color css

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

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

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