Html Css Color HEX #DB572E Chilean Fire

📋 copy color: '#DB572E'

red 219 ◦ green 87 ◦ blue 46

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

Shades of Chilean Fire #DB572E

Tints of Chilean Fire #DB572E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.72%

 BLUE value IS 46 (18.36% from 255) = 13.07%

R = 62.22%
G = 24.72%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB572E (or 0xDB572E) is known color: Chilean Fire. HEX triplet: DB, 57 and 2E. RGB value is (219,87,46). Sum of RGB (Red+Green+Blue) = 219+87+46=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB572E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB572E is #24A8D1. Grayscale: #7A7A7A. Windows color (decimal): -2402514 or 3037147. OLE color: 3037147.

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

Color convert

RGB 219 87 46 -
CMYK 0 0.60 0.79 0.14
HSL 14.22º 0.71% 0.52% -
HSV(B) 14.22º 0.79% 0.86% -
XYZ 33.11 22.07 5.1 -
YUV 121.79 85.23 197.33 -
System Red Green Blue C M Y K H S L
Decimal 219 87 46 0 0.60 0.79 0.14 14.22 0.71 0.52
Hex DB 57 2E 0 3C 4F E E 47 34
Octal 333 127 56 0 74 117 16 16 107 64
Binary 11011011 1010111 101110 0 111100 1001111 1110 1110 1000111 110100

Color Harmonies of #DB572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB572E

Black with #DB572E

Text Example


Text Example

White with #DB572E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB572E; }

 p { color: rgb(219,87,46); }

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

background-color css

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

 a { background-color: rgb(219,87,46); }

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

border-color css

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

 span { border-color: rgb(219,87,46); }

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