Html Css Color HEX #D55F57 Roman

📋 copy color: '#D55F57'

red 213 ◦ green 95 ◦ blue 87

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

Shades of Roman #D55F57

Tints of Roman #D55F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.05%

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

R = 53.92%
G = 24.05%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D55F57 (or 0xD55F57) is known color: Roman. HEX triplet: D5, 5F and 57. RGB value is (213,95,87). Sum of RGB (Red+Green+Blue) = 213+95+87=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F57 is #2AA0A8. Grayscale: #818181. Windows color (decimal): -2793641 or 5726165. OLE color: 5726165.

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

Color convert

RGB 213 95 87 -
CMYK 0 0.55 0.59 0.16
HSL 3.81º 0.6% 0.59% -
HSV(B) 3.81º 0.59% 0.84% -
XYZ 33.25 23.02 11.71 -
YUV 129.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 213 95 87 0 0.55 0.59 0.16 3.81 0.6 0.59
Hex D5 5F 57 0 37 3B 10 4 3C 3B
Octal 325 137 127 0 67 73 20 4 74 73
Binary 11010101 1011111 1010111 0 110111 111011 10000 100 111100 111011

Color Harmonies of #D55F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F57

Black with #D55F57

Text Example


Text Example

White with #D55F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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