Html Css Color HEX #D45842 Dark Coral

📋 copy color: '#D45842'

red 212 ◦ green 88 ◦ blue 66

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

Shades of Dark Coral #D45842

Tints of Dark Coral #D45842

RGB

 RED value IS 212 (83.2% from 255) = 57.92%

 GREEN value IS 88 (34.77% from 255) = 24.04%

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

R = 57.92%
G = 24.04%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D45842 (or 0xD45842) is known color: Dark Coral. HEX triplet: D4, 58 and 42. RGB value is (212,88,66). Sum of RGB (Red+Green+Blue) = 212+88+66=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D45842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45842 is #2BA7BD. Grayscale: #7A7A7A. Windows color (decimal): -2860990 or 4348116. OLE color: 4348116.

HSL color Cylindrical-coordinate representation of color #D45842: hue angle of 9.04º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D45842 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 88 66 -
CMYK 0 0.58 0.69 0.17
HSL 9.04º 0.63% 0.55% -
HSV(B) 9.04º 0.69% 0.83% -
XYZ 31.62 21.37 7.61 -
YUV 122.57 96.08 191.79 -
System Red Green Blue C M Y K H S L
Decimal 212 88 66 0 0.58 0.69 0.17 9.04 0.63 0.55
Hex D4 58 42 0 3A 45 11 9 3F 37
Octal 324 130 102 0 72 105 21 11 77 67
Binary 11010100 1011000 1000010 0 111010 1000101 10001 1001 111111 110111

Color Harmonies of #D45842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45842

Black with #D45842

Text Example


Text Example

White with #D45842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45842; }

 p { color: rgb(212,88,66); }

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

background-color css

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

 a { background-color: rgb(212,88,66); }

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

border-color css

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

 span { border-color: rgb(212,88,66); }

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