Html Css Color HEX #DB6130 Chilean Fire

📋 copy color: '#DB6130'

red 219 ◦ green 97 ◦ blue 48

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

Shades of Chilean Fire #DB6130

Tints of Chilean Fire #DB6130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.65%

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

R = 60.16%
G = 26.65%
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

#DB6130 (or 0xDB6130) is known color: Chilean Fire. HEX triplet: DB, 61 and 30. RGB value is (219,97,48). Sum of RGB (Red+Green+Blue) = 219+97+48=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6130 is #249ECF. Grayscale: #808080. Windows color (decimal): -2399952 or 3170779. OLE color: 3170779.

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

Color convert

RGB 219 97 48 -
CMYK 0 0.56 0.78 0.14
HSL 17.19º 0.7% 0.52% -
HSV(B) 17.19º 0.78% 0.86% -
XYZ 34.02 23.82 5.6 -
YUV 127.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 219 97 48 0 0.56 0.78 0.14 17.19 0.7 0.52
Hex DB 61 30 0 38 4E E 11 46 34
Octal 333 141 60 0 70 116 16 21 106 64
Binary 11011011 1100001 110000 0 111000 1001110 1110 10001 1000110 110100

Color Harmonies of #DB6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6130

Black with #DB6130

Text Example


Text Example

White with #DB6130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6130; }

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

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

background-color css

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

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

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

border-color css

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

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

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