Html Css Color HEX #D55A1D Chocolate

📋 copy color: '#D55A1D'

red 213 ◦ green 90 ◦ blue 29

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

Shades of Chocolate #D55A1D

Tints of Chocolate #D55A1D

RGB

 RED value IS 213 (83.59% from 255) = 64.16%

 GREEN value IS 90 (35.55% from 255) = 27.11%

 BLUE value IS 29 (11.72% from 255) = 8.73%

R = 64.16%
G = 27.11%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D55A1D (or 0xD55A1D) is known color: Chocolate. HEX triplet: D5, 5A and 1D. RGB value is (213,90,29). Sum of RGB (Red+Green+Blue) = 213+90+29=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A1D is #2AA5E2. Grayscale: #787878. Windows color (decimal): -2794979 or 1923797. OLE color: 1923797.

HSL color Cylindrical-coordinate representation of color #D55A1D: hue angle of 19.89º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D55A1D is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 90 29 -
CMYK 0 0.58 0.86 0.16
HSL 19.89º 0.76% 0.47% -
HSV(B) 19.89º 0.86% 0.84% -
XYZ 31.32 21.55 3.67 -
YUV 119.82 76.75 194.46 -
System Red Green Blue C M Y K H S L
Decimal 213 90 29 0 0.58 0.86 0.16 19.89 0.76 0.47
Hex D5 5A 1D 0 3A 56 10 14 4C 2F
Octal 325 132 35 0 72 126 20 24 114 57
Binary 11010101 1011010 11101 0 111010 1010110 10000 10100 1001100 101111

Color Harmonies of #D55A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A1D

Black with #D55A1D

Text Example


Text Example

White with #D55A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A1D; }

 p { color: rgb(213,90,29); }

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

background-color css

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

 a { background-color: rgb(213,90,29); }

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

border-color css

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

 span { border-color: rgb(213,90,29); }

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