Html Css Color HEX #D75C45 Dark Coral

📋 copy color: '#D75C45'

red 215 ◦ green 92 ◦ blue 69

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

Shades of Dark Coral #D75C45

Tints of Dark Coral #D75C45

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.47%

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

R = 57.18%
G = 24.47%
B = 18.35%

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

#D75C45 (or 0xD75C45) is known color: Dark Coral. HEX triplet: D7, 5C and 45. RGB value is (215,92,69). Sum of RGB (Red+Green+Blue) = 215+92+69=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75C45 is #28A3BA. Grayscale: #7E7E7E. Windows color (decimal): -2663355 or 4545751. OLE color: 4545751.

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

Color convert

RGB 215 92 69 -
CMYK 0 0.57 0.68 0.16
HSL 9.45º 0.65% 0.56% -
HSV(B) 9.45º 0.68% 0.84% -
XYZ 32.93 22.53 8.24 -
YUV 126.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 215 92 69 0 0.57 0.68 0.16 9.45 0.65 0.56
Hex D7 5C 45 0 39 44 10 9 41 38
Octal 327 134 105 0 71 104 20 11 101 70
Binary 11010111 1011100 1000101 0 111001 1000100 10000 1001 1000001 111000

Color Harmonies of #D75C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75C45

Black with #D75C45

Text Example


Text Example

White with #D75C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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