Html Css Color HEX #D65F46 Dark Coral

📋 copy color: '#D65F46'

red 214 ◦ green 95 ◦ blue 70

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

Shades of Dark Coral #D65F46

Tints of Dark Coral #D65F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.47%

R = 56.46%
G = 25.07%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D65F46 (or 0xD65F46) is known color: Dark Coral. HEX triplet: D6, 5F and 46. RGB value is (214,95,70). Sum of RGB (Red+Green+Blue) = 214+95+70=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65F46 is #29A0B9. Grayscale: #7F7F7F. Windows color (decimal): -2728122 or 4612054. OLE color: 4612054.

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

Color convert

RGB 214 95 70 -
CMYK 0 0.56 0.67 0.16
HSL 10.42º 0.64% 0.56% -
HSV(B) 10.42º 0.67% 0.84% -
XYZ 32.93 22.92 8.48 -
YUV 127.73 95.42 189.53 -
System Red Green Blue C M Y K H S L
Decimal 214 95 70 0 0.56 0.67 0.16 10.42 0.64 0.56
Hex D6 5F 46 0 38 43 10 A 40 38
Octal 326 137 106 0 70 103 20 12 100 70
Binary 11010110 1011111 1000110 0 111000 1000011 10000 1010 1000000 111000

Color Harmonies of #D65F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F46

Black with #D65F46

Text Example


Text Example

White with #D65F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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