Html Css Color HEX #D55F19 Chocolate

📋 copy color: '#D55F19'

red 213 ◦ green 95 ◦ blue 25

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

Shades of Chocolate #D55F19

Tints of Chocolate #D55F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.51%

R = 63.96%
G = 28.53%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D55F19 (or 0xD55F19) is known color: Chocolate. HEX triplet: D5, 5F and 19. RGB value is (213,95,25). Sum of RGB (Red+Green+Blue) = 213+95+25=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55F19 is #2AA0E6. Grayscale: #7A7A7A. Windows color (decimal): -2793703 or 1662933. OLE color: 1662933.

HSL color Cylindrical-coordinate representation of color #D55F19: hue angle of 22.34º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D55F19 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 95 25 -
CMYK 0 0.55 0.88 0.16
HSL 22.34º 0.79% 0.47% -
HSV(B) 22.34º 0.88% 0.84% -
XYZ 31.71 22.4 3.57 -
YUV 122.3 73.09 192.69 -
System Red Green Blue C M Y K H S L
Decimal 213 95 25 0 0.55 0.88 0.16 22.34 0.79 0.47
Hex D5 5F 19 0 37 58 10 16 4F 2F
Octal 325 137 31 0 67 130 20 26 117 57
Binary 11010101 1011111 11001 0 110111 1011000 10000 10110 1001111 101111

Color Harmonies of #D55F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F19

Black with #D55F19

Text Example


Text Example

White with #D55F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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