Html Css Color HEX #D15542 Dark Coral

📋 copy color: '#D15542'

red 209 ◦ green 85 ◦ blue 66

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

Shades of Dark Coral #D15542

Tints of Dark Coral #D15542

RGB

 RED value IS 209 (82.03% from 255) = 58.06%

 GREEN value IS 85 (33.59% from 255) = 23.61%

 BLUE value IS 66 (26.17% from 255) = 18.33%

R = 58.06%
G = 23.61%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D15542 (or 0xD15542) is known color: Dark Coral. HEX triplet: D1, 55 and 42. RGB value is (209,85,66). Sum of RGB (Red+Green+Blue) = 209+85+66=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D15542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15542 is #2EAABD. Grayscale: #787878. Windows color (decimal): -3058366 or 4347345. OLE color: 4347345.

HSL color Cylindrical-coordinate representation of color #D15542: hue angle of 7.97º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D15542 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 85 66 -
CMYK 0 0.59 0.68 0.18
HSL 7.97º 0.61% 0.54% -
HSV(B) 7.97º 0.68% 0.82% -
XYZ 30.53 20.45 7.49 -
YUV 119.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 209 85 66 0 0.59 0.68 0.18 7.97 0.61 0.54
Hex D1 55 42 0 3B 44 12 8 3D 36
Octal 321 125 102 0 73 104 22 10 75 66
Binary 11010001 1010101 1000010 0 111011 1000100 10010 1000 111101 110110

Color Harmonies of #D15542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15542

Black with #D15542

Text Example


Text Example

White with #D15542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15542; }

 p { color: rgb(209,85,66); }

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

background-color css

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

 a { background-color: rgb(209,85,66); }

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

border-color css

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

 span { border-color: rgb(209,85,66); }

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