Html Css Color HEX #D55A1C Chocolate

📋 copy color: '#D55A1C'

red 213 ◦ green 90 ◦ blue 28

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

Shades of Chocolate #D55A1C

Tints of Chocolate #D55A1C

RGB

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

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

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

R = 64.35%
G = 27.19%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D55A1C (or 0xD55A1C) is known color: Chocolate. HEX triplet: D5, 5A and 1C. RGB value is (213,90,28). Sum of RGB (Red+Green+Blue) = 213+90+28=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A1C is #2AA5E3. Grayscale: #787878. Windows color (decimal): -2794980 or 1858261. OLE color: 1858261.

HSL color Cylindrical-coordinate representation of color #D55A1C: hue angle of 20.11º 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 #D55A1C is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 90 28 -
CMYK 0 0.58 0.87 0.16
HSL 20.11º 0.77% 0.47% -
HSV(B) 20.11º 0.87% 0.84% -
XYZ 31.31 21.54 3.61 -
YUV 119.71 76.25 194.54 -
System Red Green Blue C M Y K H S L
Decimal 213 90 28 0 0.58 0.87 0.16 20.11 0.77 0.47
Hex D5 5A 1C 0 3A 57 10 14 4D 2F
Octal 325 132 34 0 72 127 20 24 115 57
Binary 11010101 1011010 11100 0 111010 1010111 10000 10100 1001101 101111

Color Harmonies of #D55A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A1C

Black with #D55A1C

Text Example


Text Example

White with #D55A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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