Html Css Color HEX #DB5A32 Chilean Fire

📋 copy color: '#DB5A32'

red 219 ◦ green 90 ◦ blue 50

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

Shades of Chilean Fire #DB5A32

Tints of Chilean Fire #DB5A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.07%

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

R = 61%
G = 25.07%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB5A32 (or 0xDB5A32) is known color: Chilean Fire. HEX triplet: DB, 5A and 32. RGB value is (219,90,50). Sum of RGB (Red+Green+Blue) = 219+90+50=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A32 is #24A5CD. Grayscale: #7C7C7C. Windows color (decimal): -2401742 or 3300059. OLE color: 3300059.

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

Color convert

RGB 219 90 50 -
CMYK 0 0.59 0.77 0.14
HSL 14.2º 0.7% 0.53% -
HSV(B) 14.2º 0.77% 0.86% -
XYZ 33.45 22.6 5.62 -
YUV 124.01 86.24 195.75 -
System Red Green Blue C M Y K H S L
Decimal 219 90 50 0 0.59 0.77 0.14 14.2 0.7 0.53
Hex DB 5A 32 0 3B 4D E E 46 35
Octal 333 132 62 0 73 115 16 16 106 65
Binary 11011011 1011010 110010 0 111011 1001101 1110 1110 1000110 110101

Color Harmonies of #DB5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A32

Black with #DB5A32

Text Example


Text Example

White with #DB5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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