Html Css Color HEX #D35642 Dark Coral

📋 copy color: '#D35642'

red 211 ◦ green 86 ◦ blue 66

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

Shades of Dark Coral #D35642

Tints of Dark Coral #D35642

RGB

 RED value IS 211 (82.81% from 255) = 58.13%

 GREEN value IS 86 (33.98% from 255) = 23.69%

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 58.13%
G = 23.69%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D35642 (or 0xD35642) is known color: Dark Coral. HEX triplet: D3, 56 and 42. RGB value is (211,86,66). Sum of RGB (Red+Green+Blue) = 211+86+66=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D35642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35642 is #2CA9BD. Grayscale: #797979. Windows color (decimal): -2927038 or 4347603. OLE color: 4347603.

HSL color Cylindrical-coordinate representation of color #D35642: hue angle of 8.28º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D35642 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 86 66 -
CMYK 0 0.59 0.69 0.17
HSL 8.28º 0.62% 0.54% -
HSV(B) 8.28º 0.69% 0.83% -
XYZ 31.18 20.9 7.54 -
YUV 121.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 211 86 66 0 0.59 0.69 0.17 8.28 0.62 0.54
Hex D3 56 42 0 3B 45 11 8 3E 36
Octal 323 126 102 0 73 105 21 10 76 66
Binary 11010011 1010110 1000010 0 111011 1000101 10001 1000 111110 110110

Color Harmonies of #D35642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35642

Black with #D35642

Text Example


Text Example

White with #D35642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35642; }

 p { color: rgb(211,86,66); }

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

background-color css

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

 a { background-color: rgb(211,86,66); }

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

border-color css

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

 span { border-color: rgb(211,86,66); }

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