Html Css Color HEX #DB5F3E Chilean Fire

📋 copy color: '#DB5F3E'

red 219 ◦ green 95 ◦ blue 62

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

Shades of Chilean Fire #DB5F3E

Tints of Chilean Fire #DB5F3E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.27%

 BLUE value IS 62 (24.61% from 255) = 16.49%

R = 58.24%
G = 25.27%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB5F3E (or 0xDB5F3E) is known color: Chilean Fire. HEX triplet: DB, 5F and 3E. RGB value is (219,95,62). Sum of RGB (Red+Green+Blue) = 219+95+62=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F3E is #24A0C1. Grayscale: #808080. Windows color (decimal): -2400450 or 4087771. OLE color: 4087771.

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

Color convert

RGB 219 95 62 -
CMYK 0 0.57 0.72 0.14
HSL 12.61º 0.69% 0.55% -
HSV(B) 12.61º 0.72% 0.86% -
XYZ 34.18 23.59 7.31 -
YUV 128.31 90.58 192.68 -
System Red Green Blue C M Y K H S L
Decimal 219 95 62 0 0.57 0.72 0.14 12.61 0.69 0.55
Hex DB 5F 3E 0 39 48 E D 45 37
Octal 333 137 76 0 71 110 16 15 105 67
Binary 11011011 1011111 111110 0 111001 1001000 1110 1101 1000101 110111

Color Harmonies of #DB5F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F3E

Black with #DB5F3E

Text Example


Text Example

White with #DB5F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F3E; }

 p { color: rgb(219,95,62); }

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

background-color css

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

 a { background-color: rgb(219,95,62); }

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

border-color css

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

 span { border-color: rgb(219,95,62); }

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