Html Css Color HEX #DB5222 Chilean Fire

📋 copy color: '#DB5222'

red 219 ◦ green 82 ◦ blue 34

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

Shades of Chilean Fire #DB5222

Tints of Chilean Fire #DB5222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.15%

R = 65.37%
G = 24.48%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB5222 (or 0xDB5222) is known color: Chilean Fire. HEX triplet: DB, 52 and 22. RGB value is (219,82,34). Sum of RGB (Red+Green+Blue) = 219+82+34=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5222 is #24ADDD. Grayscale: #757575. Windows color (decimal): -2403806 or 2249435. OLE color: 2249435.

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

Color convert

RGB 219 82 34 -
CMYK 0 0.63 0.84 0.14
HSL 15.57º 0.73% 0.5% -
HSV(B) 15.57º 0.84% 0.86% -
XYZ 32.52 21.21 3.89 -
YUV 117.49 80.89 200.4 -
System Red Green Blue C M Y K H S L
Decimal 219 82 34 0 0.63 0.84 0.14 15.57 0.73 0.5
Hex DB 52 22 0 3F 54 E 10 49 32
Octal 333 122 42 0 77 124 16 20 111 62
Binary 11011011 1010010 100010 0 111111 1010100 1110 10000 1001001 110010

Color Harmonies of #DB5222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5222

Black with #DB5222

Text Example


Text Example

White with #DB5222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5222; }

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

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

background-color css

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

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

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

border-color css

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

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

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