Html Css Color HEX #DB5D3B Chilean Fire

📋 copy color: '#DB5D3B'

red 219 ◦ green 93 ◦ blue 59

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

Shades of Chilean Fire #DB5D3B

Tints of Chilean Fire #DB5D3B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.07%

 BLUE value IS 59 (23.44% from 255) = 15.9%

R = 59.03%
G = 25.07%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB5D3B (or 0xDB5D3B) is known color: Chilean Fire. HEX triplet: DB, 5D and 3B. RGB value is (219,93,59). Sum of RGB (Red+Green+Blue) = 219+93+59=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D3B is #24A2C4. Grayscale: #7F7F7F. Windows color (decimal): -2400965 or 3890651. OLE color: 3890651.

HSL color Cylindrical-coordinate representation of color #DB5D3B: hue angle of 12.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB5D3B is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 93 59 -
CMYK 0 0.58 0.73 0.14
HSL 12.75º 0.69% 0.55% -
HSV(B) 12.75º 0.73% 0.86% -
XYZ 33.92 23.2 6.83 -
YUV 126.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 219 93 59 0 0.58 0.73 0.14 12.75 0.69 0.55
Hex DB 5D 3B 0 3A 49 E D 45 37
Octal 333 135 73 0 72 111 16 15 105 67
Binary 11011011 1011101 111011 0 111010 1001001 1110 1101 1000101 110111

Color Harmonies of #DB5D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5D3B

Black with #DB5D3B

Text Example


Text Example

White with #DB5D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5D3B; }

 p { color: rgb(219,93,59); }

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

background-color css

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

 a { background-color: rgb(219,93,59); }

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

border-color css

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

 span { border-color: rgb(219,93,59); }

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