Html Css Color HEX #D75A46 Dark Coral

📋 copy color: '#D75A46'

red 215 ◦ green 90 ◦ blue 70

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

Shades of Dark Coral #D75A46

Tints of Dark Coral #D75A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 57.33%
G = 24%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D75A46 (or 0xD75A46) is known color: Dark Coral. HEX triplet: D7, 5A and 46. RGB value is (215,90,70). Sum of RGB (Red+Green+Blue) = 215+90+70=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75A46 is #28A5B9. Grayscale: #7D7D7D. Windows color (decimal): -2663866 or 4610775. OLE color: 4610775.

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

Color convert

RGB 215 90 70 -
CMYK 0 0.58 0.67 0.16
HSL 8.28º 0.64% 0.56% -
HSV(B) 8.28º 0.67% 0.84% -
XYZ 32.79 22.2 8.35 -
YUV 125.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 215 90 70 0 0.58 0.67 0.16 8.28 0.64 0.56
Hex D7 5A 46 0 3A 43 10 8 40 38
Octal 327 132 106 0 72 103 20 10 100 70
Binary 11010111 1011010 1000110 0 111010 1000011 10000 1000 1000000 111000

Color Harmonies of #D75A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A46

Black with #D75A46

Text Example


Text Example

White with #D75A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A46; }

 p { color: rgb(215,90,70); }

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

background-color css

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

 a { background-color: rgb(215,90,70); }

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

border-color css

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

 span { border-color: rgb(215,90,70); }

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