Html Css Color HEX #D04C40 Dark Coral

📋 copy color: '#D04C40'

red 208 ◦ green 76 ◦ blue 64

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

Shades of Dark Coral #D04C40

Tints of Dark Coral #D04C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.84%

 BLUE value IS 64 (25.39% from 255) = 18.39%

R = 59.77%
G = 21.84%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D04C40 (or 0xD04C40) is known color: Dark Coral. HEX triplet: D0, 4C and 40. RGB value is (208,76,64). Sum of RGB (Red+Green+Blue) = 208+76+64=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04C40 is #2FB3BF. Grayscale: #727272. Windows color (decimal): -3126208 or 4213968. OLE color: 4213968.

HSL color Cylindrical-coordinate representation of color #D04C40: hue angle of 5º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04C40 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 64 -
CMYK 0 0.63 0.69 0.18
HSL 0.61% 0.53% -
HSV(B) 0.69% 0.82% -
XYZ 29.52 18.95 6.95 -
YUV 114.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 208 76 64 0 0.63 0.69 0.18 5 0.61 0.53
Hex D0 4C 40 0 3F 45 12 5 3D 35
Octal 320 114 100 0 77 105 22 5 75 65
Binary 11010000 1001100 1000000 0 111111 1000101 10010 101 111101 110101

Color Harmonies of #D04C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C40

Black with #D04C40

Text Example


Text Example

White with #D04C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C40; }

 p { color: rgb(208,76,64); }

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

background-color css

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

 a { background-color: rgb(208,76,64); }

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

border-color css

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

 span { border-color: rgb(208,76,64); }

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