Html Css Color HEX #D65F49 Dark Coral

📋 copy color: '#D65F49'

red 214 ◦ green 95 ◦ blue 73

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

Shades of Dark Coral #D65F49

Tints of Dark Coral #D65F49

RGB

 RED value IS 214 (83.98% from 255) = 56.02%

 GREEN value IS 95 (37.5% from 255) = 24.87%

 BLUE value IS 73 (28.91% from 255) = 19.11%

R = 56.02%
G = 24.87%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D65F49 (or 0xD65F49) is known color: Dark Coral. HEX triplet: D6, 5F and 49. RGB value is (214,95,73). Sum of RGB (Red+Green+Blue) = 214+95+73=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65F49 is #29A0B6. Grayscale: #808080. Windows color (decimal): -2728119 or 4808662. OLE color: 4808662.

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

Color convert

RGB 214 95 73 -
CMYK 0 0.56 0.66 0.16
HSL 9.36º 0.63% 0.56% -
HSV(B) 9.36º 0.66% 0.84% -
XYZ 33.03 22.96 8.99 -
YUV 128.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 214 95 73 0 0.56 0.66 0.16 9.36 0.63 0.56
Hex D6 5F 49 0 38 42 10 9 3F 38
Octal 326 137 111 0 70 102 20 11 77 70
Binary 11010110 1011111 1001001 0 111000 1000010 10000 1001 111111 111000

Color Harmonies of #D65F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F49

Black with #D65F49

Text Example


Text Example

White with #D65F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F49; }

 p { color: rgb(214,95,73); }

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

background-color css

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

 a { background-color: rgb(214,95,73); }

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

border-color css

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

 span { border-color: rgb(214,95,73); }

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