Html Css Color HEX #D55D57 Roman

📋 copy color: '#D55D57'

red 213 ◦ green 93 ◦ blue 87

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

Shades of Roman #D55D57

Tints of Roman #D55D57

RGB

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

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

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

R = 54.2%
G = 23.66%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D55D57 (or 0xD55D57) is known color: Roman. HEX triplet: D5, 5D and 57. RGB value is (213,93,87). Sum of RGB (Red+Green+Blue) = 213+93+87=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D57 is #2AA2A8. Grayscale: #808080. Windows color (decimal): -2794153 or 5725653. OLE color: 5725653.

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

Color convert

RGB 213 93 87 -
CMYK 0 0.56 0.59 0.16
HSL 2.86º 0.6% 0.59% -
HSV(B) 2.86º 0.59% 0.84% -
XYZ 33.08 22.66 11.65 -
YUV 128.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 213 93 87 0 0.56 0.59 0.16 2.86 0.6 0.59
Hex D5 5D 57 0 38 3B 10 3 3C 3B
Octal 325 135 127 0 70 73 20 3 74 73
Binary 11010101 1011101 1010111 0 111000 111011 10000 11 111100 111011

Color Harmonies of #D55D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D57

Black with #D55D57

Text Example


Text Example

White with #D55D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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