Html Css Color HEX #D25416 Chocolate

📋 copy color: '#D25416'

red 210 ◦ green 84 ◦ blue 22

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

Shades of Chocolate #D25416

Tints of Chocolate #D25416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

 BLUE value IS 22 (8.98% from 255) = 6.96%

R = 66.46%
G = 26.58%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D25416 (or 0xD25416) is known color: Chocolate. HEX triplet: D2, 54 and 16. RGB value is (210,84,22). Sum of RGB (Red+Green+Blue) = 210+84+22=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D25416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25416 is #2DABE9. Grayscale: #727272. Windows color (decimal): -2993130 or 1463506. OLE color: 1463506.

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

Color convert

RGB 210 84 22 -
CMYK 0 0.6 0.90 0.18
HSL 19.79º 0.81% 0.45% -
HSV(B) 19.79º 0.9% 0.82% -
XYZ 29.89 20.1 3.06 -
YUV 114.61 75.74 196.04 -
System Red Green Blue C M Y K H S L
Decimal 210 84 22 0 0.6 0.90 0.18 19.79 0.81 0.45
Hex D2 54 16 0 3C 5A 12 14 51 2D
Octal 322 124 26 0 74 132 22 24 121 55
Binary 11010010 1010100 10110 0 111100 1011010 10010 10100 1010001 101101

Color Harmonies of #D25416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25416

Black with #D25416

Text Example


Text Example

White with #D25416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25416; }

 p { color: rgb(210,84,22); }

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

background-color css

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

 a { background-color: rgb(210,84,22); }

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

border-color css

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

 span { border-color: rgb(210,84,22); }

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