Html Css Color HEX #D95C45 Dark Coral

📋 copy color: '#D95C45'

red 217 ◦ green 92 ◦ blue 69

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

Shades of Dark Coral #D95C45

Tints of Dark Coral #D95C45

RGB

 RED value IS 217 (85.16% from 255) = 57.41%

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

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

R = 57.41%
G = 24.34%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D95C45 (or 0xD95C45) is known color: Dark Coral. HEX triplet: D9, 5C and 45. RGB value is (217,92,69). Sum of RGB (Red+Green+Blue) = 217+92+69=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95C45 is #26A3BA. Grayscale: #7E7E7E. Windows color (decimal): -2532283 or 4545753. OLE color: 4545753.

HSL color Cylindrical-coordinate representation of color #D95C45: hue angle of 9.32º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D95C45 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 92 69 -
CMYK 0 0.58 0.68 0.15
HSL 9.32º 0.66% 0.56% -
HSV(B) 9.32º 0.68% 0.85% -
XYZ 33.52 22.84 8.27 -
YUV 126.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 217 92 69 0 0.58 0.68 0.15 9.32 0.66 0.56
Hex D9 5C 45 0 3A 44 F 9 42 38
Octal 331 134 105 0 72 104 17 11 102 70
Binary 11011001 1011100 1000101 0 111010 1000100 1111 1001 1000010 111000

Color Harmonies of #D95C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C45

Black with #D95C45

Text Example


Text Example

White with #D95C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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