Html Css Color HEX #D55D1B Chocolate

📋 copy color: '#D55D1B'

red 213 ◦ green 93 ◦ blue 27

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

Shades of Chocolate #D55D1B

Tints of Chocolate #D55D1B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.93%

 BLUE value IS 27 (10.94% from 255) = 8.11%

R = 63.96%
G = 27.93%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D55D1B (or 0xD55D1B) is known color: Chocolate. HEX triplet: D5, 5D and 1B. RGB value is (213,93,27). Sum of RGB (Red+Green+Blue) = 213+93+27=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D1B is #2AA2E4. Grayscale: #797979. Windows color (decimal): -2794213 or 1793493. OLE color: 1793493.

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

Color convert

RGB 213 93 27 -
CMYK 0 0.56 0.87 0.16
HSL 21.29º 0.78% 0.47% -
HSV(B) 21.29º 0.87% 0.84% -
XYZ 31.55 22.05 3.63 -
YUV 121.36 74.76 193.37 -
System Red Green Blue C M Y K H S L
Decimal 213 93 27 0 0.56 0.87 0.16 21.29 0.78 0.47
Hex D5 5D 1B 0 38 57 10 15 4E 2F
Octal 325 135 33 0 70 127 20 25 116 57
Binary 11010101 1011101 11011 0 111000 1010111 10000 10101 1001110 101111

Color Harmonies of #D55D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D1B

Black with #D55D1B

Text Example


Text Example

White with #D55D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D1B; }

 p { color: rgb(213,93,27); }

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

background-color css

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

 a { background-color: rgb(213,93,27); }

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

border-color css

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

 span { border-color: rgb(213,93,27); }

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