Html Css Color HEX #D25A15 Chocolate

📋 copy color: '#D25A15'

red 210 ◦ green 90 ◦ blue 21

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

Shades of Chocolate #D25A15

Tints of Chocolate #D25A15

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.04%

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

R = 65.42%
G = 28.04%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D25A15 (or 0xD25A15) is known color: Chocolate. HEX triplet: D2, 5A and 15. RGB value is (210,90,21). Sum of RGB (Red+Green+Blue) = 210+90+21=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25A15 is #2DA5EA. Grayscale: #767676. Windows color (decimal): -2991595 or 1399506. OLE color: 1399506.

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

Color convert

RGB 210 90 21 -
CMYK 0 0.57 0.90 0.18
HSL 21.9º 0.82% 0.45% -
HSV(B) 21.9º 0.9% 0.82% -
XYZ 30.37 21.07 3.18 -
YUV 118.01 73.26 193.61 -
System Red Green Blue C M Y K H S L
Decimal 210 90 21 0 0.57 0.90 0.18 21.9 0.82 0.45
Hex D2 5A 15 0 39 5A 12 16 52 2D
Octal 322 132 25 0 71 132 22 26 122 55
Binary 11010010 1011010 10101 0 111001 1011010 10010 10110 1010010 101101

Color Harmonies of #D25A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25A15

Black with #D25A15

Text Example


Text Example

White with #D25A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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