Html Css Color HEX #D25815 Chocolate

📋 copy color: '#D25815'

red 210 ◦ green 88 ◦ blue 21

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

Shades of Chocolate #D25815

Tints of Chocolate #D25815

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.59%

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

R = 65.83%
G = 27.59%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D25815 (or 0xD25815) is known color: Chocolate. HEX triplet: D2, 58 and 15. RGB value is (210,88,21). Sum of RGB (Red+Green+Blue) = 210+88+21=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D25815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25815 is #2DA7EA. Grayscale: #757575. Windows color (decimal): -2992107 or 1398994. OLE color: 1398994.

HSL color Cylindrical-coordinate representation of color #D25815: hue angle of 21.27º 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 #D25815 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 88 21 -
CMYK 0 0.58 0.90 0.18
HSL 21.27º 0.82% 0.45% -
HSV(B) 21.27º 0.9% 0.82% -
XYZ 30.2 20.74 3.12 -
YUV 116.84 73.92 194.45 -
System Red Green Blue C M Y K H S L
Decimal 210 88 21 0 0.58 0.90 0.18 21.27 0.82 0.45
Hex D2 58 15 0 3A 5A 12 15 52 2D
Octal 322 130 25 0 72 132 22 25 122 55
Binary 11010010 1011000 10101 0 111010 1011010 10010 10101 1010010 101101

Color Harmonies of #D25815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25815

Black with #D25815

Text Example


Text Example

White with #D25815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25815; }

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

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

background-color css

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

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

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

border-color css

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

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

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