Html Css Color HEX #D55C56 Roman

📋 copy color: '#D55C56'

red 213 ◦ green 92 ◦ blue 86

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

Shades of Roman #D55C56

Tints of Roman #D55C56

RGB

 RED value IS 213 (83.59% from 255) = 54.48%

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

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

R = 54.48%
G = 23.53%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D55C56 (or 0xD55C56) is known color: Roman. HEX triplet: D5, 5C and 56. RGB value is (213,92,86). Sum of RGB (Red+Green+Blue) = 213+92+86=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C56 is #2AA3A9. Grayscale: #7F7F7F. Windows color (decimal): -2794410 or 5659861. OLE color: 5659861.

HSL color Cylindrical-coordinate representation of color #D55C56: hue angle of 2.83º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55C56 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 92 86 -
CMYK 0 0.57 0.60 0.16
HSL 2.83º 0.6% 0.59% -
HSV(B) 2.83º 0.6% 0.84% -
XYZ 32.95 22.47 11.41 -
YUV 127.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 213 92 86 0 0.57 0.60 0.16 2.83 0.6 0.59
Hex D5 5C 56 0 39 3C 10 3 3C 3B
Octal 325 134 126 0 71 74 20 3 74 73
Binary 11010101 1011100 1010110 0 111001 111100 10000 11 111100 111011

Color Harmonies of #D55C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55C56

Black with #D55C56

Text Example


Text Example

White with #D55C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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