Html Css Color HEX #D55A1F Chocolate

📋 copy color: '#D55A1F'

red 213 ◦ green 90 ◦ blue 31

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

Shades of Chocolate #D55A1F

Tints of Chocolate #D55A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.28%

R = 63.77%
G = 26.95%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D55A1F (or 0xD55A1F) is known color: Chocolate. HEX triplet: D5, 5A and 1F. RGB value is (213,90,31). Sum of RGB (Red+Green+Blue) = 213+90+31=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A1F is #2AA5E0. Grayscale: #787878. Windows color (decimal): -2794977 or 2054869. OLE color: 2054869.

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

Color convert

RGB 213 90 31 -
CMYK 0 0.58 0.85 0.16
HSL 19.45º 0.75% 0.48% -
HSV(B) 19.45º 0.85% 0.84% -
XYZ 31.34 21.56 3.81 -
YUV 120.05 77.75 194.3 -
System Red Green Blue C M Y K H S L
Decimal 213 90 31 0 0.58 0.85 0.16 19.45 0.75 0.48
Hex D5 5A 1F 0 3A 55 10 13 4B 30
Octal 325 132 37 0 72 125 20 23 113 60
Binary 11010101 1011010 11111 0 111010 1010101 10000 10011 1001011 110000

Color Harmonies of #D55A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A1F

Black with #D55A1F

Text Example


Text Example

White with #D55A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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