Html Css Color HEX #D75B42 Dark Coral

📋 copy color: '#D75B42'

red 215 ◦ green 91 ◦ blue 66

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

Shades of Dark Coral #D75B42

Tints of Dark Coral #D75B42

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.46%

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 57.8%
G = 24.46%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D75B42 (or 0xD75B42) is known color: Dark Coral. HEX triplet: D7, 5B and 42. RGB value is (215,91,66). Sum of RGB (Red+Green+Blue) = 215+91+66=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D75B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75B42 is #28A4BD. Grayscale: #7D7D7D. Windows color (decimal): -2663614 or 4348887. OLE color: 4348887.

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

Color convert

RGB 215 91 66 -
CMYK 0 0.58 0.69 0.16
HSL 10.07º 0.65% 0.55% -
HSV(B) 10.07º 0.69% 0.84% -
XYZ 32.75 22.32 7.74 -
YUV 125.23 94.58 192.03 -
System Red Green Blue C M Y K H S L
Decimal 215 91 66 0 0.58 0.69 0.16 10.07 0.65 0.55
Hex D7 5B 42 0 3A 45 10 A 41 37
Octal 327 133 102 0 72 105 20 12 101 67
Binary 11010111 1011011 1000010 0 111010 1000101 10000 1010 1000001 110111

Color Harmonies of #D75B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75B42

Black with #D75B42

Text Example


Text Example

White with #D75B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75B42; }

 p { color: rgb(215,91,66); }

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

background-color css

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

 a { background-color: rgb(215,91,66); }

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

border-color css

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

 span { border-color: rgb(215,91,66); }

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