Html Css Color HEX #DB5227 Chilean Fire

📋 copy color: '#DB5227'

red 219 ◦ green 82 ◦ blue 39

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

Shades of Chilean Fire #DB5227

Tints of Chilean Fire #DB5227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.47%

R = 64.41%
G = 24.12%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB5227 (or 0xDB5227) is known color: Chilean Fire. HEX triplet: DB, 52 and 27. RGB value is (219,82,39). Sum of RGB (Red+Green+Blue) = 219+82+39=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5227 is #24ADD8. Grayscale: #767676. Windows color (decimal): -2403801 or 2577115. OLE color: 2577115.

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

Color convert

RGB 219 82 39 -
CMYK 0 0.63 0.82 0.14
HSL 14.33º 0.71% 0.51% -
HSV(B) 14.33º 0.82% 0.86% -
XYZ 32.6 21.24 4.3 -
YUV 118.06 83.39 200 -
System Red Green Blue C M Y K H S L
Decimal 219 82 39 0 0.63 0.82 0.14 14.33 0.71 0.51
Hex DB 52 27 0 3F 52 E E 47 33
Octal 333 122 47 0 77 122 16 16 107 63
Binary 11011011 1010010 100111 0 111111 1010010 1110 1110 1000111 110011

Color Harmonies of #DB5227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5227

Black with #DB5227

Text Example


Text Example

White with #DB5227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5227; }

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

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

background-color css

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

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

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

border-color css

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

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

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