Html Css Color HEX #DB592A Chilean Fire

📋 copy color: '#DB592A'

red 219 ◦ green 89 ◦ blue 42

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

Shades of Chilean Fire #DB592A

Tints of Chilean Fire #DB592A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.43%

 BLUE value IS 42 (16.8% from 255) = 12%

R = 62.57%
G = 25.43%
B = 12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB592A (or 0xDB592A) is known color: Chilean Fire. HEX triplet: DB, 59 and 2A. RGB value is (219,89,42). Sum of RGB (Red+Green+Blue) = 219+89+42=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB592A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB592A is #24A6D5. Grayscale: #7A7A7A. Windows color (decimal): -2402006 or 2775515. OLE color: 2775515.

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

Color convert

RGB 219 89 42 -
CMYK 0 0.59 0.81 0.14
HSL 15.93º 0.71% 0.51% -
HSV(B) 15.93º 0.81% 0.86% -
XYZ 33.2 22.37 4.76 -
YUV 122.51 82.57 196.82 -
System Red Green Blue C M Y K H S L
Decimal 219 89 42 0 0.59 0.81 0.14 15.93 0.71 0.51
Hex DB 59 2A 0 3B 51 E 10 47 33
Octal 333 131 52 0 73 121 16 20 107 63
Binary 11011011 1011001 101010 0 111011 1010001 1110 10000 1000111 110011

Color Harmonies of #DB592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB592A

Black with #DB592A

Text Example


Text Example

White with #DB592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB592A; }

 p { color: rgb(219,89,42); }

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

background-color css

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

 a { background-color: rgb(219,89,42); }

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

border-color css

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

 span { border-color: rgb(219,89,42); }

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