Html Css Color HEX #D05D4B Dark Coral

📋 copy color: '#D05D4B'

red 208 ◦ green 93 ◦ blue 75

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

Shades of Dark Coral #D05D4B

Tints of Dark Coral #D05D4B

RGB

 RED value IS 208 (81.64% from 255) = 55.32%

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

 BLUE value IS 75 (29.69% from 255) = 19.95%

R = 55.32%
G = 24.73%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D05D4B (or 0xD05D4B) is known color: Dark Coral. HEX triplet: D0, 5D and 4B. RGB value is (208,93,75). Sum of RGB (Red+Green+Blue) = 208+93+75=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05D4B is #2FA2B4. Grayscale: #7D7D7D. Windows color (decimal): -3121845 or 4939216. OLE color: 4939216.

HSL color Cylindrical-coordinate representation of color #D05D4B: hue angle of 8.12º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D05D4B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 93 75 -
CMYK 0 0.55 0.64 0.18
HSL 8.12º 0.59% 0.55% -
HSV(B) 8.12º 0.64% 0.82% -
XYZ 31.2 21.75 9.21 -
YUV 125.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 208 93 75 0 0.55 0.64 0.18 8.12 0.59 0.55
Hex D0 5D 4B 0 37 40 12 8 3B 37
Octal 320 135 113 0 67 100 22 10 73 67
Binary 11010000 1011101 1001011 0 110111 1000000 10010 1000 111011 110111

Color Harmonies of #D05D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05D4B

Black with #D05D4B

Text Example


Text Example

White with #D05D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05D4B; }

 p { color: rgb(208,93,75); }

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

background-color css

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

 a { background-color: rgb(208,93,75); }

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

border-color css

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

 span { border-color: rgb(208,93,75); }

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