Html Css Color HEX #DB5A3A Chilean Fire

📋 copy color: '#DB5A3A'

red 219 ◦ green 90 ◦ blue 58

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

Shades of Chilean Fire #DB5A3A

Tints of Chilean Fire #DB5A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.8%

R = 59.67%
G = 24.52%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB5A3A (or 0xDB5A3A) is known color: Chilean Fire. HEX triplet: DB, 5A and 3A. RGB value is (219,90,58). Sum of RGB (Red+Green+Blue) = 219+90+58=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A3A is #24A5C5. Grayscale: #7D7D7D. Windows color (decimal): -2401734 or 3824347. OLE color: 3824347.

HSL color Cylindrical-coordinate representation of color #DB5A3A: hue angle of 11.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB5A3A is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 90 58 -
CMYK 0 0.59 0.74 0.14
HSL 11.93º 0.69% 0.54% -
HSV(B) 11.93º 0.74% 0.86% -
XYZ 33.63 22.68 6.61 -
YUV 124.92 90.24 195.1 -
System Red Green Blue C M Y K H S L
Decimal 219 90 58 0 0.59 0.74 0.14 11.93 0.69 0.54
Hex DB 5A 3A 0 3B 4A E C 45 36
Octal 333 132 72 0 73 112 16 14 105 66
Binary 11011011 1011010 111010 0 111011 1001010 1110 1100 1000101 110110

Color Harmonies of #DB5A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A3A

Black with #DB5A3A

Text Example


Text Example

White with #DB5A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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