Html Css Color HEX #D35C42 Dark Coral

📋 copy color: '#D35C42'

red 211 ◦ green 92 ◦ blue 66

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

Shades of Dark Coral #D35C42

Tints of Dark Coral #D35C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.93%

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

R = 57.18%
G = 24.93%
B = 17.89%

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

#D35C42 (or 0xD35C42) is known color: Dark Coral. HEX triplet: D3, 5C and 42. RGB value is (211,92,66). Sum of RGB (Red+Green+Blue) = 211+92+66=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35C42 is #2CA3BD. Grayscale: #7C7C7C. Windows color (decimal): -2925502 or 4349139. OLE color: 4349139.

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

Color convert

RGB 211 92 66 -
CMYK 0 0.56 0.69 0.17
HSL 10.76º 0.62% 0.54% -
HSV(B) 10.76º 0.69% 0.83% -
XYZ 31.67 21.9 7.71 -
YUV 124.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 211 92 66 0 0.56 0.69 0.17 10.76 0.62 0.54
Hex D3 5C 42 0 38 45 11 B 3E 36
Octal 323 134 102 0 70 105 21 13 76 66
Binary 11010011 1011100 1000010 0 111000 1000101 10001 1011 111110 110110

Color Harmonies of #D35C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35C42

Black with #D35C42

Text Example


Text Example

White with #D35C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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