Html Css Color HEX #DB5435 Chilean Fire

📋 copy color: '#DB5435'

red 219 ◦ green 84 ◦ blue 53

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

Shades of Chilean Fire #DB5435

Tints of Chilean Fire #DB5435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.6%

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

R = 61.52%
G = 23.6%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB5435 (or 0xDB5435) is known color: Chilean Fire. HEX triplet: DB, 54 and 35. RGB value is (219,84,53). Sum of RGB (Red+Green+Blue) = 219+84+53=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5435 is #24ABCA. Grayscale: #797979. Windows color (decimal): -2403275 or 3495131. OLE color: 3495131.

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

Color convert

RGB 219 84 53 -
CMYK 0 0.62 0.76 0.14
HSL 11.2º 0.7% 0.53% -
HSV(B) 11.2º 0.76% 0.86% -
XYZ 33.03 21.66 5.81 -
YUV 120.83 89.73 198.02 -
System Red Green Blue C M Y K H S L
Decimal 219 84 53 0 0.62 0.76 0.14 11.2 0.7 0.53
Hex DB 54 35 0 3E 4C E B 46 35
Octal 333 124 65 0 76 114 16 13 106 65
Binary 11011011 1010100 110101 0 111110 1001100 1110 1011 1000110 110101

Color Harmonies of #DB5435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5435

Black with #DB5435

Text Example


Text Example

White with #DB5435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5435; }

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

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

background-color css

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

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

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

border-color css

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

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

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