Html Css Color HEX #D15242 Dark Coral

📋 copy color: '#D15242'

red 209 ◦ green 82 ◦ blue 66

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

Shades of Dark Coral #D15242

Tints of Dark Coral #D15242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.97%

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

R = 58.54%
G = 22.97%
B = 18.49%

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

#D15242 (or 0xD15242) is known color: Dark Coral. HEX triplet: D1, 52 and 42. RGB value is (209,82,66). Sum of RGB (Red+Green+Blue) = 209+82+66=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D15242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15242 is #2EADBD. Grayscale: #767676. Windows color (decimal): -3059134 or 4346577. OLE color: 4346577.

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

Color convert

RGB 209 82 66 -
CMYK 0 0.61 0.68 0.18
HSL 6.71º 0.61% 0.54% -
HSV(B) 6.71º 0.68% 0.82% -
XYZ 30.3 19.98 7.41 -
YUV 118.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 209 82 66 0 0.61 0.68 0.18 6.71 0.61 0.54
Hex D1 52 42 0 3D 44 12 7 3D 36
Octal 321 122 102 0 75 104 22 7 75 66
Binary 11010001 1010010 1000010 0 111101 1000100 10010 111 111101 110110

Color Harmonies of #D15242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15242

Black with #D15242

Text Example


Text Example

White with #D15242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15242; }

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

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

background-color css

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

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

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

border-color css

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

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

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