Html Css Color HEX #D35D41 Dark Coral

📋 copy color: '#D35D41'

red 211 ◦ green 93 ◦ blue 65

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

Shades of Dark Coral #D35D41

Tints of Dark Coral #D35D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.2%

 BLUE value IS 65 (25.78% from 255) = 17.62%

R = 57.18%
G = 25.2%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D35D41 (or 0xD35D41) is known color: Dark Coral. HEX triplet: D3, 5D and 41. RGB value is (211,93,65). Sum of RGB (Red+Green+Blue) = 211+93+65=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35D41 is #2CA2BE. Grayscale: #7D7D7D. Windows color (decimal): -2925247 or 4283859. OLE color: 4283859.

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

Color convert

RGB 211 93 65 -
CMYK 0 0.56 0.69 0.17
HSL 11.51º 0.62% 0.54% -
HSV(B) 11.51º 0.69% 0.83% -
XYZ 31.73 22.06 7.59 -
YUV 125.09 94.09 189.28 -
System Red Green Blue C M Y K H S L
Decimal 211 93 65 0 0.56 0.69 0.17 11.51 0.62 0.54
Hex D3 5D 41 0 38 45 11 C 3E 36
Octal 323 135 101 0 70 105 21 14 76 66
Binary 11010011 1011101 1000001 0 111000 1000101 10001 1100 111110 110110

Color Harmonies of #D35D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35D41

Black with #D35D41

Text Example


Text Example

White with #D35D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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