Html Css Color HEX #D35E25 Chocolate

📋 copy color: '#D35E25'

red 211 ◦ green 94 ◦ blue 37

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

Shades of Chocolate #D35E25

Tints of Chocolate #D35E25

RGB

 RED value IS 211 (82.81% from 255) = 61.7%

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

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

R = 61.7%
G = 27.49%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D35E25 (or 0xD35E25) is known color: Chocolate. HEX triplet: D3, 5E and 25. RGB value is (211,94,37). Sum of RGB (Red+Green+Blue) = 211+94+37=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35E25 is #2CA1DA. Grayscale: #7A7A7A. Windows color (decimal): -2925019 or 2449107. OLE color: 2449107.

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

Color convert

RGB 211 94 37 -
CMYK 0 0.55 0.82 0.17
HSL 19.66º 0.7% 0.49% -
HSV(B) 19.66º 0.82% 0.83% -
XYZ 31.2 21.99 4.35 -
YUV 122.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 211 94 37 0 0.55 0.82 0.17 19.66 0.7 0.49
Hex D3 5E 25 0 37 52 11 14 46 31
Octal 323 136 45 0 67 122 21 24 106 61
Binary 11010011 1011110 100101 0 110111 1010010 10001 10100 1000110 110001

Color Harmonies of #D35E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35E25

Black with #D35E25

Text Example


Text Example

White with #D35E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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