#D35B41

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

Shades of Dark Coral #D35B41

Tints of Dark Coral #D35B41

Color information

#D35B41 (or 0xD35B41) is unknown color: approx Dark Coral. HEX triplet: D3, 5B and 41. RGB value is (211,91,65). Sum of RGB (Red+Green+Blue) = 211+91+65=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D35B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35B41 is #2CA4BE. Grayscale: #7C7C7C. Windows color (decimal): -2925759 or 4283347. OLE color: 4283347.

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

Color convert

RGB2119165-
CMYK00.570.690.17
HSL10.68º62.39%54.12%-
HSV(B)10.68º69.19%82.75%-
XYZ31.5621.717.53-
YUV123.9294.76190.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 57.49%
GREEN value IS 91 (35.94% from 255) = 24.80%
BLUE value IS 65 (25.78% from 255) = 17.71%
R=57.49%
G=24.80%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211916500.570.690.1710.6862.3954.12
HexD35B410394511b3e36
Octal32313310107110521137666
Binary110100111011011100000101110011000101100011011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35B41; }

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

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

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

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

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

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

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

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