Html Css Color HEX #D55F1D Chocolate

📋 copy color: '#D55F1D'

red 213 ◦ green 95 ◦ blue 29

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

Shades of Chocolate #D55F1D

Tints of Chocolate #D55F1D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

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

R = 63.2%
G = 28.19%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D55F1D (or 0xD55F1D) is known color: Chocolate. HEX triplet: D5, 5F and 1D. RGB value is (213,95,29). Sum of RGB (Red+Green+Blue) = 213+95+29=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55F1D is #2AA0E2. Grayscale: #7B7B7B. Windows color (decimal): -2793699 or 1925077. OLE color: 1925077.

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

Color convert

RGB 213 95 29 -
CMYK 0 0.55 0.86 0.16
HSL 21.52º 0.76% 0.47% -
HSV(B) 21.52º 0.86% 0.84% -
XYZ 31.75 22.42 3.82 -
YUV 122.76 75.09 192.37 -
System Red Green Blue C M Y K H S L
Decimal 213 95 29 0 0.55 0.86 0.16 21.52 0.76 0.47
Hex D5 5F 1D 0 37 56 10 16 4C 2F
Octal 325 137 35 0 67 126 20 26 114 57
Binary 11010101 1011111 11101 0 110111 1010110 10000 10110 1001100 101111

Color Harmonies of #D55F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F1D

Black with #D55F1D

Text Example


Text Example

White with #D55F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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