Html Css Color HEX #D45142 Dark Coral

📋 copy color: '#D45142'

red 212 ◦ green 81 ◦ blue 66

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

Shades of Dark Coral #D45142

Tints of Dark Coral #D45142

RGB

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

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

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

R = 59.05%
G = 22.56%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D45142 (or 0xD45142) is known color: Dark Coral. HEX triplet: D4, 51 and 42. RGB value is (212,81,66). Sum of RGB (Red+Green+Blue) = 212+81+66=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D45142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45142 is #2BAEBD. Grayscale: #767676. Windows color (decimal): -2862782 or 4346324. OLE color: 4346324.

HSL color Cylindrical-coordinate representation of color #D45142: hue angle of 6.16º 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 #D45142 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 81 66 -
CMYK 0 0.62 0.69 0.17
HSL 6.16º 0.63% 0.55% -
HSV(B) 6.16º 0.69% 0.83% -
XYZ 31.08 20.28 7.43 -
YUV 118.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 212 81 66 0 0.62 0.69 0.17 6.16 0.63 0.55
Hex D4 51 42 0 3E 45 11 6 3F 37
Octal 324 121 102 0 76 105 21 6 77 67
Binary 11010100 1010001 1000010 0 111110 1000101 10001 110 111111 110111

Color Harmonies of #D45142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45142

Black with #D45142

Text Example


Text Example

White with #D45142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45142; }

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

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

background-color css

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

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

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

border-color css

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

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

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