Html Css Color HEX #D25218 Chocolate

📋 copy color: '#D25218'

red 210 ◦ green 82 ◦ blue 24

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

Shades of Chocolate #D25218

Tints of Chocolate #D25218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 24 (9.77% from 255) = 7.59%

R = 66.46%
G = 25.95%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D25218 (or 0xD25218) is known color: Chocolate. HEX triplet: D2, 52 and 18. RGB value is (210,82,24). Sum of RGB (Red+Green+Blue) = 210+82+24=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D25218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25218 is #2DADE7. Grayscale: #727272. Windows color (decimal): -2993640 or 1594066. OLE color: 1594066.

HSL color Cylindrical-coordinate representation of color #D25218: hue angle of 18.71º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D25218 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 82 24 -
CMYK 0 0.61 0.89 0.18
HSL 18.71º 0.79% 0.46% -
HSV(B) 18.71º 0.89% 0.82% -
XYZ 29.76 19.8 3.12 -
YUV 113.66 77.41 196.72 -
System Red Green Blue C M Y K H S L
Decimal 210 82 24 0 0.61 0.89 0.18 18.71 0.79 0.46
Hex D2 52 18 0 3D 59 12 13 4F 2E
Octal 322 122 30 0 75 131 22 23 117 56
Binary 11010010 1010010 11000 0 111101 1011001 10010 10011 1001111 101110

Color Harmonies of #D25218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25218

Black with #D25218

Text Example


Text Example

White with #D25218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25218; }

 p { color: rgb(210,82,24); }

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

background-color css

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

 a { background-color: rgb(210,82,24); }

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

border-color css

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

 span { border-color: rgb(210,82,24); }

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