Html Css Color HEX #D55C1F Chocolate

📋 copy color: '#D55C1F'

red 213 ◦ green 92 ◦ blue 31

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

Shades of Chocolate #D55C1F

Tints of Chocolate #D55C1F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.38%

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

R = 63.39%
G = 27.38%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D55C1F (or 0xD55C1F) is known color: Chocolate. HEX triplet: D5, 5C and 1F. RGB value is (213,92,31). Sum of RGB (Red+Green+Blue) = 213+92+31=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55C1F is #2AA3E0. Grayscale: #797979. Windows color (decimal): -2794465 or 2055381. OLE color: 2055381.

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

Color convert

RGB 213 92 31 -
CMYK 0 0.57 0.85 0.16
HSL 20.11º 0.75% 0.48% -
HSV(B) 20.11º 0.85% 0.84% -
XYZ 31.52 21.9 3.86 -
YUV 121.23 77.09 193.46 -
System Red Green Blue C M Y K H S L
Decimal 213 92 31 0 0.57 0.85 0.16 20.11 0.75 0.48
Hex D5 5C 1F 0 39 55 10 14 4B 30
Octal 325 134 37 0 71 125 20 24 113 60
Binary 11010101 1011100 11111 0 111001 1010101 10000 10100 1001011 110000

Color Harmonies of #D55C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55C1F

Black with #D55C1F

Text Example


Text Example

White with #D55C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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