Html Css Color HEX #D55A22 Chocolate

📋 copy color: '#D55A22'

red 213 ◦ green 90 ◦ blue 34

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

Shades of Chocolate #D55A22

Tints of Chocolate #D55A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.09%

R = 63.2%
G = 26.71%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D55A22 (or 0xD55A22) is known color: Chocolate. HEX triplet: D5, 5A and 22. RGB value is (213,90,34). Sum of RGB (Red+Green+Blue) = 213+90+34=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A22 is #2AA5DD. Grayscale: #787878. Windows color (decimal): -2794974 or 2251477. OLE color: 2251477.

HSL color Cylindrical-coordinate representation of color #D55A22: hue angle of 18.77º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D55A22 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 90 34 -
CMYK 0 0.58 0.84 0.16
HSL 18.77º 0.72% 0.48% -
HSV(B) 18.77º 0.84% 0.84% -
XYZ 31.39 21.57 4.02 -
YUV 120.39 79.25 194.05 -
System Red Green Blue C M Y K H S L
Decimal 213 90 34 0 0.58 0.84 0.16 18.77 0.72 0.48
Hex D5 5A 22 0 3A 54 10 13 48 30
Octal 325 132 42 0 72 124 20 23 110 60
Binary 11010101 1011010 100010 0 111010 1010100 10000 10011 1001000 110000

Color Harmonies of #D55A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A22

Black with #D55A22

Text Example


Text Example

White with #D55A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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