Html Css Color HEX #D25E25 Chocolate

📋 copy color: '#D25E25'

red 210 ◦ green 94 ◦ blue 37

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

Shades of Chocolate #D25E25

Tints of Chocolate #D25E25

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

 BLUE value IS 37 (14.84% from 255) = 10.85%

R = 61.58%
G = 27.57%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D25E25 (or 0xD25E25) is known color: Chocolate. HEX triplet: D2, 5E and 25. RGB value is (210,94,37). Sum of RGB (Red+Green+Blue) = 210+94+37=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25E25 is #2DA1DA. Grayscale: #7A7A7A. Windows color (decimal): -2990555 or 2449106. OLE color: 2449106.

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

Color convert

RGB 210 94 37 -
CMYK 0 0.55 0.82 0.18
HSL 19.77º 0.7% 0.48% -
HSV(B) 19.77º 0.82% 0.82% -
XYZ 30.91 21.84 4.34 -
YUV 122.19 79.93 190.63 -
System Red Green Blue C M Y K H S L
Decimal 210 94 37 0 0.55 0.82 0.18 19.77 0.7 0.48
Hex D2 5E 25 0 37 52 12 14 46 30
Octal 322 136 45 0 67 122 22 24 106 60
Binary 11010010 1011110 100101 0 110111 1010010 10010 10100 1000110 110000

Color Harmonies of #D25E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E25

Black with #D25E25

Text Example


Text Example

White with #D25E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E25; }

 p { color: rgb(210,94,37); }

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

background-color css

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

 a { background-color: rgb(210,94,37); }

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

border-color css

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

 span { border-color: rgb(210,94,37); }

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