Html Css Color HEX #D25B19 Chocolate

📋 copy color: '#D25B19'

red 210 ◦ green 91 ◦ blue 25

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

Shades of Chocolate #D25B19

Tints of Chocolate #D25B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.67%

R = 64.42%
G = 27.91%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D25B19 (or 0xD25B19) is known color: Chocolate. HEX triplet: D2, 5B and 19. RGB value is (210,91,25). Sum of RGB (Red+Green+Blue) = 210+91+25=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25B19 is #2DA4E6. Grayscale: #777777. Windows color (decimal): -2991335 or 1661906. OLE color: 1661906.

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

Color convert

RGB 210 91 25 -
CMYK 0 0.57 0.88 0.18
HSL 21.41º 0.79% 0.46% -
HSV(B) 21.41º 0.88% 0.82% -
XYZ 30.49 21.25 3.41 -
YUV 119.06 74.92 192.87 -
System Red Green Blue C M Y K H S L
Decimal 210 91 25 0 0.57 0.88 0.18 21.41 0.79 0.46
Hex D2 5B 19 0 39 58 12 15 4F 2E
Octal 322 133 31 0 71 130 22 25 117 56
Binary 11010010 1011011 11001 0 111001 1011000 10010 10101 1001111 101110

Color Harmonies of #D25B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25B19

Black with #D25B19

Text Example


Text Example

White with #D25B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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