Html Css Color HEX #D25E11 Chocolate

📋 copy color: '#D25E11'

red 210 ◦ green 94 ◦ blue 17

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

Shades of Chocolate #D25E11

Tints of Chocolate #D25E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.3%

R = 65.42%
G = 29.28%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D25E11 (or 0xD25E11) is known color: Chocolate. HEX triplet: D2, 5E and 11. RGB value is (210,94,17). Sum of RGB (Red+Green+Blue) = 210+94+17=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25E11 is #2DA1EE. Grayscale: #787878. Windows color (decimal): -2990575 or 1138386. OLE color: 1138386.

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

Color convert

RGB 210 94 17 -
CMYK 0 0.55 0.92 0.18
HSL 23.94º 0.85% 0.45% -
HSV(B) 23.94º 0.92% 0.82% -
XYZ 30.68 21.75 3.11 -
YUV 119.91 69.93 192.26 -
System Red Green Blue C M Y K H S L
Decimal 210 94 17 0 0.55 0.92 0.18 23.94 0.85 0.45
Hex D2 5E 11 0 37 5C 12 18 55 2D
Octal 322 136 21 0 67 134 22 30 125 55
Binary 11010010 1011110 10001 0 110111 1011100 10010 11000 1010101 101101

Color Harmonies of #D25E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E11

Black with #D25E11

Text Example


Text Example

White with #D25E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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