Html Css Color HEX #D3501C Chocolate

📋 copy color: '#D3501C'

red 211 ◦ green 80 ◦ blue 28

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

Shades of Chocolate #D3501C

Tints of Chocolate #D3501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

 BLUE value IS 28 (11.33% from 255) = 8.78%

R = 66.14%
G = 25.08%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3501C (or 0xD3501C) is known color: Chocolate. HEX triplet: D3, 50 and 1C. RGB value is (211,80,28). Sum of RGB (Red+Green+Blue) = 211+80+28=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D3501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3501C is #2CAFE3. Grayscale: #717171. Windows color (decimal): -2928612 or 1855699. OLE color: 1855699.

HSL color Cylindrical-coordinate representation of color #D3501C: hue angle of 17.05º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3501C is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 80 28 -
CMYK 0 0.62 0.87 0.17
HSL 17.05º 0.77% 0.47% -
HSV(B) 17.05º 0.87% 0.83% -
XYZ 29.94 19.67 3.32 -
YUV 113.24 79.9 197.73 -
System Red Green Blue C M Y K H S L
Decimal 211 80 28 0 0.62 0.87 0.17 17.05 0.77 0.47
Hex D3 50 1C 0 3E 57 11 11 4D 2F
Octal 323 120 34 0 76 127 21 21 115 57
Binary 11010011 1010000 11100 0 111110 1010111 10001 10001 1001101 101111

Color Harmonies of #D3501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3501C

Black with #D3501C

Text Example


Text Example

White with #D3501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3501C; }

 p { color: rgb(211,80,28); }

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

background-color css

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

 a { background-color: rgb(211,80,28); }

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

border-color css

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

 span { border-color: rgb(211,80,28); }

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