#D35C41

Color #D35C41 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #D35C41

Tints of Dark Coral #D35C41

Color information

#D35C41 (or 0xD35C41) is unknown color: approx Dark Coral. HEX triplet: D3, 5C and 41. RGB value is (211,92,65). Sum of RGB (Red+Green+Blue) = 211+92+65=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35C41 is #2CA3BE. Grayscale: #7C7C7C. Windows color (decimal): -2925503 or 4283603. OLE color: 4283603.

HSL color Cylindrical-coordinate representation of color #D35C41: hue angle of 11.1º 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 #D35C41 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB2119265-
CMYK00.560.690.17
HSL11.1º62.39%54.12%-
HSV(B)11.1º69.19%82.75%-
XYZ31.6521.887.56-
YUV124.594.42189.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 57.34%
GREEN value IS 92 (36.33% from 255) = 25%
BLUE value IS 65 (25.78% from 255) = 17.66%
R=57.34%
G=25%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211926500.560.690.1711.162.3954.12
HexD35C410384511b3e36
Octal32313410107010521137666
Binary110100111011100100000101110001000101100011011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35C41; }

 p { color: rgb(211,92,65); }

 H1.HeaderClassName
 {
   color: #D35C41;
 }
 .AnyTagClassName
 {
   color: #D35C41;
 }
</style>
background-color css

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

 a { background-color: rgb(211,92,65); }

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

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

 span { border-color: rgb(211,92,65); }

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