Html Css Color HEX #D25F10 Chocolate

📋 copy color: '#D25F10'

red 210 ◦ green 95 ◦ blue 16

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

Shades of Chocolate #D25F10

Tints of Chocolate #D25F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.6%

 BLUE value IS 16 (6.64% from 255) = 4.98%

R = 65.42%
G = 29.6%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D25F10 (or 0xD25F10) is known color: Chocolate. HEX triplet: D2, 5F and 10. RGB value is (210,95,16). Sum of RGB (Red+Green+Blue) = 210+95+16=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25F10 is #2DA0EF. Grayscale: #787878. Windows color (decimal): -2990320 or 1073106. OLE color: 1073106.

HSL color Cylindrical-coordinate representation of color #D25F10: hue angle of 24.43º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D25F10 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 95 16 -
CMYK 0 0.55 0.92 0.18
HSL 24.43º 0.86% 0.44% -
HSV(B) 24.43º 0.92% 0.82% -
XYZ 30.76 21.92 3.1 -
YUV 120.38 69.1 191.92 -
System Red Green Blue C M Y K H S L
Decimal 210 95 16 0 0.55 0.92 0.18 24.43 0.86 0.44
Hex D2 5F 10 0 37 5C 12 18 56 2C
Octal 322 137 20 0 67 134 22 30 126 54
Binary 11010010 1011111 10000 0 110111 1011100 10010 11000 1010110 101100

Color Harmonies of #D25F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25F10

Black with #D25F10

Text Example


Text Example

White with #D25F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25F10; }

 p { color: rgb(210,95,16); }

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

background-color css

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

 a { background-color: rgb(210,95,16); }

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

border-color css

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

 span { border-color: rgb(210,95,16); }

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