Html Css Color HEX #D65C48 Dark Coral

📋 copy color: '#D65C48'

red 214 ◦ green 92 ◦ blue 72

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

Shades of Dark Coral #D65C48

Tints of Dark Coral #D65C48

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.34%

 BLUE value IS 72 (28.52% from 255) = 19.05%

R = 56.61%
G = 24.34%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D65C48 (or 0xD65C48) is known color: Dark Coral. HEX triplet: D6, 5C and 48. RGB value is (214,92,72). Sum of RGB (Red+Green+Blue) = 214+92+72=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65C48 is #29A3B7. Grayscale: #7E7E7E. Windows color (decimal): -2728888 or 4742358. OLE color: 4742358.

HSL color Cylindrical-coordinate representation of color #D65C48: hue angle of 8.45º 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 #D65C48 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 92 72 -
CMYK 0 0.57 0.66 0.16
HSL 8.45º 0.63% 0.56% -
HSV(B) 8.45º 0.66% 0.84% -
XYZ 32.73 22.42 8.73 -
YUV 126.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 214 92 72 0 0.57 0.66 0.16 8.45 0.63 0.56
Hex D6 5C 48 0 39 42 10 8 3F 38
Octal 326 134 110 0 71 102 20 10 77 70
Binary 11010110 1011100 1001000 0 111001 1000010 10000 1000 111111 111000

Color Harmonies of #D65C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C48

Black with #D65C48

Text Example


Text Example

White with #D65C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C48; }

 p { color: rgb(214,92,72); }

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

background-color css

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

 a { background-color: rgb(214,92,72); }

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

border-color css

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

 span { border-color: rgb(214,92,72); }

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