Html Css Color HEX #DB6133 Chilean Fire

📋 copy color: '#DB6133'

red 219 ◦ green 97 ◦ blue 51

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

Shades of Chilean Fire #DB6133

Tints of Chilean Fire #DB6133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.9%

R = 59.67%
G = 26.43%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB6133 (or 0xDB6133) is known color: Chilean Fire. HEX triplet: DB, 61 and 33. RGB value is (219,97,51). Sum of RGB (Red+Green+Blue) = 219+97+51=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6133 is #249ECC. Grayscale: #808080. Windows color (decimal): -2399949 or 3367387. OLE color: 3367387.

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

Color convert

RGB 219 97 51 -
CMYK 0 0.56 0.77 0.14
HSL 16.43º 0.7% 0.53% -
HSV(B) 16.43º 0.77% 0.86% -
XYZ 34.09 23.85 5.94 -
YUV 128.23 84.42 192.74 -
System Red Green Blue C M Y K H S L
Decimal 219 97 51 0 0.56 0.77 0.14 16.43 0.7 0.53
Hex DB 61 33 0 38 4D E 10 46 35
Octal 333 141 63 0 70 115 16 20 106 65
Binary 11011011 1100001 110011 0 111000 1001101 1110 10000 1000110 110101

Color Harmonies of #DB6133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6133

Black with #DB6133

Text Example


Text Example

White with #DB6133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6133; }

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

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

background-color css

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

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

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

border-color css

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

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

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