Html Css Color HEX #D55A1B Chocolate

📋 copy color: '#D55A1B'

red 213 ◦ green 90 ◦ blue 27

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

Shades of Chocolate #D55A1B

Tints of Chocolate #D55A1B

RGB

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

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

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

R = 64.55%
G = 27.27%
B = 8.18%

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

#D55A1B (or 0xD55A1B) is known color: Chocolate. HEX triplet: D5, 5A and 1B. RGB value is (213,90,27). Sum of RGB (Red+Green+Blue) = 213+90+27=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A1B is #2AA5E4. Grayscale: #777777. Windows color (decimal): -2794981 or 1792725. OLE color: 1792725.

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

Color convert

RGB 213 90 27 -
CMYK 0 0.58 0.87 0.16
HSL 20.32º 0.78% 0.47% -
HSV(B) 20.32º 0.87% 0.84% -
XYZ 31.29 21.54 3.54 -
YUV 119.6 75.75 194.62 -
System Red Green Blue C M Y K H S L
Decimal 213 90 27 0 0.58 0.87 0.16 20.32 0.78 0.47
Hex D5 5A 1B 0 3A 57 10 14 4E 2F
Octal 325 132 33 0 72 127 20 24 116 57
Binary 11010101 1011010 11011 0 111010 1010111 10000 10100 1001110 101111

Color Harmonies of #D55A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A1B

Black with #D55A1B

Text Example


Text Example

White with #D55A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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