Html Css Color HEX #D75D3E Dark Coral

📋 copy color: '#D75D3E'

red 215 ◦ green 93 ◦ blue 62

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

Shades of Dark Coral #D75D3E

Tints of Dark Coral #D75D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.76%

R = 58.11%
G = 25.14%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D75D3E (or 0xD75D3E) is known color: Dark Coral. HEX triplet: D7, 5D and 3E. RGB value is (215,93,62). Sum of RGB (Red+Green+Blue) = 215+93+62=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75D3E is #28A2C1. Grayscale: #7E7E7E. Windows color (decimal): -2663106 or 4087255. OLE color: 4087255.

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

Color convert

RGB 215 93 62 -
CMYK 0 0.57 0.71 0.16
HSL 12.16º 0.66% 0.54% -
HSV(B) 12.16º 0.71% 0.84% -
XYZ 32.81 22.62 7.2 -
YUV 125.94 91.92 191.52 -
System Red Green Blue C M Y K H S L
Decimal 215 93 62 0 0.57 0.71 0.16 12.16 0.66 0.54
Hex D7 5D 3E 0 39 47 10 C 42 36
Octal 327 135 76 0 71 107 20 14 102 66
Binary 11010111 1011101 111110 0 111001 1000111 10000 1100 1000010 110110

Color Harmonies of #D75D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75D3E

Black with #D75D3E

Text Example


Text Example

White with #D75D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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