Html Css Color HEX #D25615 Chocolate

📋 copy color: '#D25615'

red 210 ◦ green 86 ◦ blue 21

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

Shades of Chocolate #D25615

Tints of Chocolate #D25615

RGB

 RED value IS 210 (82.42% from 255) = 66.25%

 GREEN value IS 86 (33.98% from 255) = 27.13%

 BLUE value IS 21 (8.59% from 255) = 6.62%

R = 66.25%
G = 27.13%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D25615 (or 0xD25615) is known color: Chocolate. HEX triplet: D2, 56 and 15. RGB value is (210,86,21). Sum of RGB (Red+Green+Blue) = 210+86+21=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D25615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25615 is #2DA9EA. Grayscale: #747474. Windows color (decimal): -2992619 or 1398482. OLE color: 1398482.

HSL color Cylindrical-coordinate representation of color #D25615: hue angle of 20.63º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D25615 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 86 21 -
CMYK 0 0.59 0.90 0.18
HSL 20.63º 0.82% 0.45% -
HSV(B) 20.63º 0.9% 0.82% -
XYZ 30.04 20.41 3.07 -
YUV 115.67 74.58 195.29 -
System Red Green Blue C M Y K H S L
Decimal 210 86 21 0 0.59 0.90 0.18 20.63 0.82 0.45
Hex D2 56 15 0 3B 5A 12 15 52 2D
Octal 322 126 25 0 73 132 22 25 122 55
Binary 11010010 1010110 10101 0 111011 1011010 10010 10101 1010010 101101

Color Harmonies of #D25615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25615

Black with #D25615

Text Example


Text Example

White with #D25615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25615; }

 p { color: rgb(210,86,21); }

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

background-color css

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

 a { background-color: rgb(210,86,21); }

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

border-color css

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

 span { border-color: rgb(210,86,21); }

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