Html Css Color HEX #D25915 Chocolate

📋 copy color: '#D25915'

red 210 ◦ green 89 ◦ blue 21

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

Shades of Chocolate #D25915

Tints of Chocolate #D25915

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

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

R = 65.63%
G = 27.81%
B = 6.56%

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

#D25915 (or 0xD25915) is known color: Chocolate. HEX triplet: D2, 59 and 15. RGB value is (210,89,21). Sum of RGB (Red+Green+Blue) = 210+89+21=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D25915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25915 is #2DA6EA. Grayscale: #757575. Windows color (decimal): -2991851 or 1399250. OLE color: 1399250.

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

Color convert

RGB 210 89 21 -
CMYK 0 0.58 0.90 0.18
HSL 21.59º 0.82% 0.45% -
HSV(B) 21.59º 0.9% 0.82% -
XYZ 30.29 20.9 3.15 -
YUV 117.43 73.59 194.03 -
System Red Green Blue C M Y K H S L
Decimal 210 89 21 0 0.58 0.90 0.18 21.59 0.82 0.45
Hex D2 59 15 0 3A 5A 12 16 52 2D
Octal 322 131 25 0 72 132 22 26 122 55
Binary 11010010 1011001 10101 0 111010 1011010 10010 10110 1010010 101101

Color Harmonies of #D25915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25915

Black with #D25915

Text Example


Text Example

White with #D25915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25915; }

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

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

background-color css

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

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

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

border-color css

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

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

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