Html Css Color HEX #D25F13 Chocolate

📋 copy color: '#D25F13'

red 210 ◦ green 95 ◦ blue 19

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

Shades of Chocolate #D25F13

Tints of Chocolate #D25F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.86%

R = 64.81%
G = 29.32%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D25F13 (or 0xD25F13) is known color: Chocolate. HEX triplet: D2, 5F and 13. RGB value is (210,95,19). Sum of RGB (Red+Green+Blue) = 210+95+19=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25F13 is #2DA0EC. Grayscale: #797979. Windows color (decimal): -2990317 or 1269714. OLE color: 1269714.

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

Color convert

RGB 210 95 19 -
CMYK 0 0.55 0.91 0.18
HSL 23.87º 0.83% 0.45% -
HSV(B) 23.87º 0.91% 0.82% -
XYZ 30.79 21.93 3.23 -
YUV 120.72 70.6 191.68 -
System Red Green Blue C M Y K H S L
Decimal 210 95 19 0 0.55 0.91 0.18 23.87 0.83 0.45
Hex D2 5F 13 0 37 5B 12 18 53 2D
Octal 322 137 23 0 67 133 22 30 123 55
Binary 11010010 1011111 10011 0 110111 1011011 10010 11000 1010011 101101

Color Harmonies of #D25F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25F13

Black with #D25F13

Text Example


Text Example

White with #D25F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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