Html Css Color HEX #D25B13 Chocolate

📋 copy color: '#D25B13'

red 210 ◦ green 91 ◦ blue 19

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

Shades of Chocolate #D25B13

Tints of Chocolate #D25B13

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.44%

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

R = 65.63%
G = 28.44%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D25B13 (or 0xD25B13) is known color: Chocolate. HEX triplet: D2, 5B and 13. RGB value is (210,91,19). Sum of RGB (Red+Green+Blue) = 210+91+19=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25B13 is #2DA4EC. Grayscale: #767676. Windows color (decimal): -2991341 or 1268690. OLE color: 1268690.

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

Color convert

RGB 210 91 19 -
CMYK 0 0.57 0.91 0.18
HSL 22.62º 0.83% 0.45% -
HSV(B) 22.62º 0.91% 0.82% -
XYZ 30.44 21.23 3.11 -
YUV 118.37 71.92 193.35 -
System Red Green Blue C M Y K H S L
Decimal 210 91 19 0 0.57 0.91 0.18 22.62 0.83 0.45
Hex D2 5B 13 0 39 5B 12 17 53 2D
Octal 322 133 23 0 71 133 22 27 123 55
Binary 11010010 1011011 10011 0 111001 1011011 10010 10111 1010011 101101

Color Harmonies of #D25B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25B13

Black with #D25B13

Text Example


Text Example

White with #D25B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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