Html Css Color HEX #DB5231 Chilean Fire

📋 copy color: '#DB5231'

red 219 ◦ green 82 ◦ blue 49

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

Shades of Chilean Fire #DB5231

Tints of Chilean Fire #DB5231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

 BLUE value IS 49 (19.53% from 255) = 14%

R = 62.57%
G = 23.43%
B = 14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB5231 (or 0xDB5231) is known color: Chilean Fire. HEX triplet: DB, 52 and 31. RGB value is (219,82,49). Sum of RGB (Red+Green+Blue) = 219+82+49=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5231 is #24ADCE. Grayscale: #777777. Windows color (decimal): -2403791 or 3232475. OLE color: 3232475.

HSL color Cylindrical-coordinate representation of color #DB5231: hue angle of 11.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB5231 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 49 -
CMYK 0 0.63 0.78 0.14
HSL 11.65º 0.7% 0.53% -
HSV(B) 11.65º 0.78% 0.86% -
XYZ 32.79 21.32 5.29 -
YUV 119.2 88.39 199.18 -
System Red Green Blue C M Y K H S L
Decimal 219 82 49 0 0.63 0.78 0.14 11.65 0.7 0.53
Hex DB 52 31 0 3F 4E E C 46 35
Octal 333 122 61 0 77 116 16 14 106 65
Binary 11011011 1010010 110001 0 111111 1001110 1110 1100 1000110 110101

Color Harmonies of #DB5231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5231

Black with #DB5231

Text Example


Text Example

White with #DB5231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5231; }

 p { color: rgb(219,82,49); }

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

background-color css

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

 a { background-color: rgb(219,82,49); }

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

border-color css

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

 span { border-color: rgb(219,82,49); }

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