Html Css Color HEX #DB5332 Chilean Fire

📋 copy color: '#DB5332'

red 219 ◦ green 83 ◦ blue 50

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

Shades of Chilean Fire #DB5332

Tints of Chilean Fire #DB5332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.58%

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

R = 62.22%
G = 23.58%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB5332 (or 0xDB5332) is known color: Chilean Fire. HEX triplet: DB, 53 and 32. RGB value is (219,83,50). Sum of RGB (Red+Green+Blue) = 219+83+50=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5332 is #24ACCD. Grayscale: #787878. Windows color (decimal): -2403534 or 3298267. OLE color: 3298267.

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

Color convert

RGB 219 83 50 -
CMYK 0 0.62 0.77 0.14
HSL 11.72º 0.7% 0.53% -
HSV(B) 11.72º 0.77% 0.86% -
XYZ 32.88 21.48 5.43 -
YUV 119.9 88.56 198.68 -
System Red Green Blue C M Y K H S L
Decimal 219 83 50 0 0.62 0.77 0.14 11.72 0.7 0.53
Hex DB 53 32 0 3E 4D E C 46 35
Octal 333 123 62 0 76 115 16 14 106 65
Binary 11011011 1010011 110010 0 111110 1001101 1110 1100 1000110 110101

Color Harmonies of #DB5332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5332

Black with #DB5332

Text Example


Text Example

White with #DB5332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5332; }

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

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

background-color css

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

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

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

border-color css

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

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

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