Html Css Color HEX #DB5835 Chilean Fire

📋 copy color: '#DB5835'

red 219 ◦ green 88 ◦ blue 53

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

Shades of Chilean Fire #DB5835

Tints of Chilean Fire #DB5835

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

 BLUE value IS 53 (21.09% from 255) = 14.72%

R = 60.83%
G = 24.44%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB5835 (or 0xDB5835) is known color: Chilean Fire. HEX triplet: DB, 58 and 35. RGB value is (219,88,53). Sum of RGB (Red+Green+Blue) = 219+88+53=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5835 is #24A7CA. Grayscale: #7B7B7B. Windows color (decimal): -2402251 or 3496155. OLE color: 3496155.

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

Color convert

RGB 219 88 53 -
CMYK 0 0.60 0.76 0.14
HSL 12.65º 0.7% 0.53% -
HSV(B) 12.65º 0.76% 0.86% -
XYZ 33.35 22.3 5.91 -
YUV 123.18 88.4 196.35 -
System Red Green Blue C M Y K H S L
Decimal 219 88 53 0 0.60 0.76 0.14 12.65 0.7 0.53
Hex DB 58 35 0 3C 4C E D 46 35
Octal 333 130 65 0 74 114 16 15 106 65
Binary 11011011 1011000 110101 0 111100 1001100 1110 1101 1000110 110101

Color Harmonies of #DB5835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5835

Black with #DB5835

Text Example


Text Example

White with #DB5835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5835; }

 p { color: rgb(219,88,53); }

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

background-color css

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

 a { background-color: rgb(219,88,53); }

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

border-color css

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

 span { border-color: rgb(219,88,53); }

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