Html Css Color HEX #D75D45 Dark Coral

📋 copy color: '#D75D45'

red 215 ◦ green 93 ◦ blue 69

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

Shades of Dark Coral #D75D45

Tints of Dark Coral #D75D45

RGB

 RED value IS 215 (84.38% from 255) = 57.03%

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

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 57.03%
G = 24.67%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D75D45 (or 0xD75D45) is known color: Dark Coral. HEX triplet: D7, 5D and 45. RGB value is (215,93,69). Sum of RGB (Red+Green+Blue) = 215+93+69=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75D45 is #28A2BA. Grayscale: #7E7E7E. Windows color (decimal): -2663099 or 4546007. OLE color: 4546007.

HSL color Cylindrical-coordinate representation of color #D75D45: hue angle of 9.86º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D75D45 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 93 69 -
CMYK 0 0.57 0.68 0.16
HSL 9.86º 0.65% 0.56% -
HSV(B) 9.86º 0.68% 0.84% -
XYZ 33.01 22.71 8.27 -
YUV 126.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 215 93 69 0 0.57 0.68 0.16 9.86 0.65 0.56
Hex D7 5D 45 0 39 44 10 A 41 38
Octal 327 135 105 0 71 104 20 12 101 70
Binary 11010111 1011101 1000101 0 111001 1000100 10000 1010 1000001 111000

Color Harmonies of #D75D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75D45

Black with #D75D45

Text Example


Text Example

White with #D75D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75D45; }

 p { color: rgb(215,93,69); }

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

background-color css

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

 a { background-color: rgb(215,93,69); }

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

border-color css

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

 span { border-color: rgb(215,93,69); }

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