Html Css Color HEX #D15142 Dark Coral

📋 copy color: '#D15142'

red 209 ◦ green 81 ◦ blue 66

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

Shades of Dark Coral #D15142

Tints of Dark Coral #D15142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.75%

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

R = 58.71%
G = 22.75%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D15142 (or 0xD15142) is known color: Dark Coral. HEX triplet: D1, 51 and 42. RGB value is (209,81,66). Sum of RGB (Red+Green+Blue) = 209+81+66=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D15142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15142 is #2EAEBD. Grayscale: #757575. Windows color (decimal): -3059390 or 4346321. OLE color: 4346321.

HSL color Cylindrical-coordinate representation of color #D15142: hue angle of 6.29º 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 #D15142 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 81 66 -
CMYK 0 0.61 0.68 0.18
HSL 6.29º 0.61% 0.54% -
HSV(B) 6.29º 0.68% 0.82% -
XYZ 30.22 19.83 7.39 -
YUV 117.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 209 81 66 0 0.61 0.68 0.18 6.29 0.61 0.54
Hex D1 51 42 0 3D 44 12 6 3D 36
Octal 321 121 102 0 75 104 22 6 75 66
Binary 11010001 1010001 1000010 0 111101 1000100 10010 110 111101 110110

Color Harmonies of #D15142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15142

Black with #D15142

Text Example


Text Example

White with #D15142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15142; }

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

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

background-color css

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

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

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

border-color css

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

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

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