Html Css Color HEX #DB5238 Chilean Fire

📋 copy color: '#DB5238'

red 219 ◦ green 82 ◦ blue 56

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

Shades of Chilean Fire #DB5238

Tints of Chilean Fire #DB5238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.69%

R = 61.34%
G = 22.97%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB5238 (or 0xDB5238) is known color: Chilean Fire. HEX triplet: DB, 52 and 38. RGB value is (219,82,56). Sum of RGB (Red+Green+Blue) = 219+82+56=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5238 is #24ADC7. Grayscale: #787878. Windows color (decimal): -2403784 or 3691227. OLE color: 3691227.

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

Color convert

RGB 219 82 56 -
CMYK 0 0.63 0.74 0.14
HSL 9.57º 0.69% 0.54% -
HSV(B) 9.57º 0.74% 0.86% -
XYZ 32.94 21.38 6.13 -
YUV 120 91.89 198.61 -
System Red Green Blue C M Y K H S L
Decimal 219 82 56 0 0.63 0.74 0.14 9.57 0.69 0.54
Hex DB 52 38 0 3F 4A E A 45 36
Octal 333 122 70 0 77 112 16 12 105 66
Binary 11011011 1010010 111000 0 111111 1001010 1110 1010 1000101 110110

Color Harmonies of #DB5238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5238

Black with #DB5238

Text Example


Text Example

White with #DB5238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5238; }

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

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

background-color css

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

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

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

border-color css

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

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

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