Html Css Color HEX #D65D1F Chocolate

📋 copy color: '#D65D1F'

red 214 ◦ green 93 ◦ blue 31

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

Shades of Chocolate #D65D1F

Tints of Chocolate #D65D1F

RGB

 RED value IS 214 (83.98% from 255) = 63.31%

 GREEN value IS 93 (36.72% from 255) = 27.51%

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

R = 63.31%
G = 27.51%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D65D1F (or 0xD65D1F) is known color: Chocolate. HEX triplet: D6, 5D and 1F. RGB value is (214,93,31). Sum of RGB (Red+Green+Blue) = 214+93+31=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65D1F is #29A2E0. Grayscale: #7A7A7A. Windows color (decimal): -2728673 or 2055638. OLE color: 2055638.

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

Color convert

RGB 214 93 31 -
CMYK 0 0.57 0.86 0.16
HSL 20.33º 0.75% 0.48% -
HSV(B) 20.33º 0.86% 0.84% -
XYZ 31.89 22.22 3.9 -
YUV 122.11 76.59 193.54 -
System Red Green Blue C M Y K H S L
Decimal 214 93 31 0 0.57 0.86 0.16 20.33 0.75 0.48
Hex D6 5D 1F 0 39 56 10 14 4B 30
Octal 326 135 37 0 71 126 20 24 113 60
Binary 11010110 1011101 11111 0 111001 1010110 10000 10100 1001011 110000

Color Harmonies of #D65D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D1F

Black with #D65D1F

Text Example


Text Example

White with #D65D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D1F; }

 p { color: rgb(214,93,31); }

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

background-color css

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

 a { background-color: rgb(214,93,31); }

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

border-color css

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

 span { border-color: rgb(214,93,31); }

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