Html Css Color HEX #DB5225 Chilean Fire

📋 copy color: '#DB5225'

red 219 ◦ green 82 ◦ blue 37

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

Shades of Chilean Fire #DB5225

Tints of Chilean Fire #DB5225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.95%

R = 64.79%
G = 24.26%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB5225 (or 0xDB5225) is known color: Chilean Fire. HEX triplet: DB, 52 and 25. RGB value is (219,82,37). Sum of RGB (Red+Green+Blue) = 219+82+37=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5225 is #24ADDA. Grayscale: #767676. Windows color (decimal): -2403803 or 2446043. OLE color: 2446043.

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

Color convert

RGB 219 82 37 -
CMYK 0 0.63 0.83 0.14
HSL 14.84º 0.72% 0.5% -
HSV(B) 14.84º 0.83% 0.86% -
XYZ 32.56 21.23 4.13 -
YUV 117.83 82.39 200.16 -
System Red Green Blue C M Y K H S L
Decimal 219 82 37 0 0.63 0.83 0.14 14.84 0.72 0.5
Hex DB 52 25 0 3F 53 E F 48 32
Octal 333 122 45 0 77 123 16 17 110 62
Binary 11011011 1010010 100101 0 111111 1010011 1110 1111 1001000 110010

Color Harmonies of #DB5225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5225

Black with #DB5225

Text Example


Text Example

White with #DB5225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5225; }

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

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

background-color css

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

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

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

border-color css

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

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

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