Html Css Color HEX #D05E4B Dark Coral

📋 copy color: '#D05E4B'

red 208 ◦ green 94 ◦ blue 75

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

Shades of Dark Coral #D05E4B

Tints of Dark Coral #D05E4B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

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

R = 55.17%
G = 24.93%
B = 19.89%

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

#D05E4B (or 0xD05E4B) is known color: Dark Coral. HEX triplet: D0, 5E and 4B. RGB value is (208,94,75). Sum of RGB (Red+Green+Blue) = 208+94+75=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05E4B is #2FA1B4. Grayscale: #7E7E7E. Windows color (decimal): -3121589 or 4939472. OLE color: 4939472.

HSL color Cylindrical-coordinate representation of color #D05E4B: hue angle of 8.57º 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 #D05E4B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 94 75 -
CMYK 0 0.55 0.64 0.18
HSL 8.57º 0.59% 0.55% -
HSV(B) 8.57º 0.64% 0.82% -
XYZ 31.29 21.92 9.24 -
YUV 125.92 99.27 186.54 -
System Red Green Blue C M Y K H S L
Decimal 208 94 75 0 0.55 0.64 0.18 8.57 0.59 0.55
Hex D0 5E 4B 0 37 40 12 9 3B 37
Octal 320 136 113 0 67 100 22 11 73 67
Binary 11010000 1011110 1001011 0 110111 1000000 10010 1001 111011 110111

Color Harmonies of #D05E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05E4B

Black with #D05E4B

Text Example


Text Example

White with #D05E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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