Html Css Color HEX #D55D1A Chocolate

📋 copy color: '#D55D1A'

red 213 ◦ green 93 ◦ blue 26

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

Shades of Chocolate #D55D1A

Tints of Chocolate #D55D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.83%

R = 64.16%
G = 28.01%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D55D1A (or 0xD55D1A) is known color: Chocolate. HEX triplet: D5, 5D and 1A. RGB value is (213,93,26). Sum of RGB (Red+Green+Blue) = 213+93+26=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D1A is #2AA2E5. Grayscale: #797979. Windows color (decimal): -2794214 or 1727957. OLE color: 1727957.

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

Color convert

RGB 213 93 26 -
CMYK 0 0.56 0.88 0.16
HSL 21.5º 0.78% 0.47% -
HSV(B) 21.5º 0.88% 0.84% -
XYZ 31.54 22.05 3.57 -
YUV 121.24 74.26 193.45 -
System Red Green Blue C M Y K H S L
Decimal 213 93 26 0 0.56 0.88 0.16 21.5 0.78 0.47
Hex D5 5D 1A 0 38 58 10 15 4E 2F
Octal 325 135 32 0 70 130 20 25 116 57
Binary 11010101 1011101 11010 0 111000 1011000 10000 10101 1001110 101111

Color Harmonies of #D55D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D1A

Black with #D55D1A

Text Example


Text Example

White with #D55D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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