Html Css Color HEX #DB5732 Chilean Fire

📋 copy color: '#DB5732'

red 219 ◦ green 87 ◦ blue 50

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

Shades of Chilean Fire #DB5732

Tints of Chilean Fire #DB5732

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.44%

 BLUE value IS 50 (19.92% from 255) = 14.04%

R = 61.52%
G = 24.44%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB5732 (or 0xDB5732) is known color: Chilean Fire. HEX triplet: DB, 57 and 32. RGB value is (219,87,50). Sum of RGB (Red+Green+Blue) = 219+87+50=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5732 is #24A8CD. Grayscale: #7A7A7A. Windows color (decimal): -2402510 or 3299291. OLE color: 3299291.

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

Color convert

RGB 219 87 50 -
CMYK 0 0.60 0.77 0.14
HSL 13.14º 0.7% 0.53% -
HSV(B) 13.14º 0.77% 0.86% -
XYZ 33.2 22.11 5.53 -
YUV 122.25 87.23 197.01 -
System Red Green Blue C M Y K H S L
Decimal 219 87 50 0 0.60 0.77 0.14 13.14 0.7 0.53
Hex DB 57 32 0 3C 4D E D 46 35
Octal 333 127 62 0 74 115 16 15 106 65
Binary 11011011 1010111 110010 0 111100 1001101 1110 1101 1000110 110101

Color Harmonies of #DB5732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5732

Black with #DB5732

Text Example


Text Example

White with #DB5732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5732; }

 p { color: rgb(219,87,50); }

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

background-color css

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

 a { background-color: rgb(219,87,50); }

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

border-color css

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

 span { border-color: rgb(219,87,50); }

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