Html Css Color HEX #DB5F1F Chocolate

📋 copy color: '#DB5F1F'

red 219 ◦ green 95 ◦ blue 31

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

Shades of Chocolate #DB5F1F

Tints of Chocolate #DB5F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.99%

R = 63.48%
G = 27.54%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB5F1F (or 0xDB5F1F) is known color: Chocolate. HEX triplet: DB, 5F and 1F. RGB value is (219,95,31). Sum of RGB (Red+Green+Blue) = 219+95+31=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F1F is #24A0E0. Grayscale: #7D7D7D. Windows color (decimal): -2400481 or 2056155. OLE color: 2056155.

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

Color convert

RGB 219 95 31 -
CMYK 0 0.57 0.86 0.14
HSL 20.43º 0.75% 0.49% -
HSV(B) 20.43º 0.86% 0.86% -
XYZ 33.55 23.34 4.03 -
YUV 124.78 75.08 195.2 -
System Red Green Blue C M Y K H S L
Decimal 219 95 31 0 0.57 0.86 0.14 20.43 0.75 0.49
Hex DB 5F 1F 0 39 56 E 14 4B 31
Octal 333 137 37 0 71 126 16 24 113 61
Binary 11011011 1011111 11111 0 111001 1010110 1110 10100 1001011 110001

Color Harmonies of #DB5F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F1F

Black with #DB5F1F

Text Example


Text Example

White with #DB5F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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