Html Css Color HEX #D45D42 Dark Coral

📋 copy color: '#D45D42'

red 212 ◦ green 93 ◦ blue 66

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

Shades of Dark Coral #D45D42

Tints of Dark Coral #D45D42

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.07%

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

R = 57.14%
G = 25.07%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D45D42 (or 0xD45D42) is known color: Dark Coral. HEX triplet: D4, 5D and 42. RGB value is (212,93,66). Sum of RGB (Red+Green+Blue) = 212+93+66=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45D42 is #2BA2BD. Grayscale: #7D7D7D. Windows color (decimal): -2859710 or 4349396. OLE color: 4349396.

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

Color convert

RGB 212 93 66 -
CMYK 0 0.56 0.69 0.17
HSL 11.1º 0.63% 0.55% -
HSV(B) 11.1º 0.69% 0.83% -
XYZ 32.05 22.22 7.75 -
YUV 125.5 94.42 189.7 -
System Red Green Blue C M Y K H S L
Decimal 212 93 66 0 0.56 0.69 0.17 11.1 0.63 0.55
Hex D4 5D 42 0 38 45 11 B 3F 37
Octal 324 135 102 0 70 105 21 13 77 67
Binary 11010100 1011101 1000010 0 111000 1000101 10001 1011 111111 110111

Color Harmonies of #D45D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45D42

Black with #D45D42

Text Example


Text Example

White with #D45D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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