Html Css Color HEX #D35C56 Roman

📋 copy color: '#D35C56'

red 211 ◦ green 92 ◦ blue 86

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

Shades of Roman #D35C56

Tints of Roman #D35C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.11%

R = 54.24%
G = 23.65%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D35C56 (or 0xD35C56) is known color: Roman. HEX triplet: D3, 5C and 56. RGB value is (211,92,86). Sum of RGB (Red+Green+Blue) = 211+92+86=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35C56 is #2CA3A9. Grayscale: #7F7F7F. Windows color (decimal): -2925482 or 5659859. OLE color: 5659859.

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

Color convert

RGB 211 92 86 -
CMYK 0 0.56 0.59 0.17
HSL 2.88º 0.59% 0.58% -
HSV(B) 2.88º 0.59% 0.83% -
XYZ 32.37 22.18 11.38 -
YUV 126.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 211 92 86 0 0.56 0.59 0.17 2.88 0.59 0.58
Hex D3 5C 56 0 38 3B 11 3 3B 3A
Octal 323 134 126 0 70 73 21 3 73 72
Binary 11010011 1011100 1010110 0 111000 111011 10001 11 111011 111010

Color Harmonies of #D35C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35C56

Black with #D35C56

Text Example


Text Example

White with #D35C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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