Html Css Color HEX #DB5A2D Chilean Fire

📋 copy color: '#DB5A2D'

red 219 ◦ green 90 ◦ blue 45

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

Shades of Chilean Fire #DB5A2D

Tints of Chilean Fire #DB5A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.71%

R = 61.86%
G = 25.42%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB5A2D (or 0xDB5A2D) is known color: Chilean Fire. HEX triplet: DB, 5A and 2D. RGB value is (219,90,45). Sum of RGB (Red+Green+Blue) = 219+90+45=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A2D is #24A5D2. Grayscale: #7B7B7B. Windows color (decimal): -2401747 or 2972379. OLE color: 2972379.

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

Color convert

RGB 219 90 45 -
CMYK 0 0.59 0.79 0.14
HSL 15.52º 0.71% 0.52% -
HSV(B) 15.52º 0.79% 0.86% -
XYZ 33.34 22.56 5.08 -
YUV 123.44 83.74 196.16 -
System Red Green Blue C M Y K H S L
Decimal 219 90 45 0 0.59 0.79 0.14 15.52 0.71 0.52
Hex DB 5A 2D 0 3B 4F E 10 47 34
Octal 333 132 55 0 73 117 16 20 107 64
Binary 11011011 1011010 101101 0 111011 1001111 1110 10000 1000111 110100

Color Harmonies of #DB5A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A2D

Black with #DB5A2D

Text Example


Text Example

White with #DB5A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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