Html Css Color HEX #D55C57 Roman

📋 copy color: '#D55C57'

red 213 ◦ green 92 ◦ blue 87

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

Shades of Roman #D55C57

Tints of Roman #D55C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.19%

R = 54.34%
G = 23.47%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D55C57 (or 0xD55C57) is known color: Roman. HEX triplet: D5, 5C and 57. RGB value is (213,92,87). Sum of RGB (Red+Green+Blue) = 213+92+87=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C57 is #2AA3A8. Grayscale: #7F7F7F. Windows color (decimal): -2794409 or 5725397. OLE color: 5725397.

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

Color convert

RGB 213 92 87 -
CMYK 0 0.57 0.59 0.16
HSL 2.38º 0.6% 0.59% -
HSV(B) 2.38º 0.59% 0.84% -
XYZ 32.99 22.49 11.62 -
YUV 127.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 213 92 87 0 0.57 0.59 0.16 2.38 0.6 0.59
Hex D5 5C 57 0 39 3B 10 2 3C 3B
Octal 325 134 127 0 71 73 20 2 74 73
Binary 11010101 1011100 1010111 0 111001 111011 10000 10 111100 111011

Color Harmonies of #D55C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55C57

Black with #D55C57

Text Example


Text Example

White with #D55C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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