Html Css Color HEX #D55F59 Roman

📋 copy color: '#D55F59'

red 213 ◦ green 95 ◦ blue 89

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

Shades of Roman #D55F59

Tints of Roman #D55F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.42%

R = 53.65%
G = 23.93%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D55F59 (or 0xD55F59) is known color: Roman. HEX triplet: D5, 5F and 59. RGB value is (213,95,89). Sum of RGB (Red+Green+Blue) = 213+95+89=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F59 is #2AA0A6. Grayscale: #818181. Windows color (decimal): -2793639 or 5857237. OLE color: 5857237.

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

Color convert

RGB 213 95 89 -
CMYK 0 0.55 0.58 0.16
HSL 2.9º 0.6% 0.59% -
HSV(B) 2.9º 0.58% 0.84% -
XYZ 33.34 23.05 12.14 -
YUV 129.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 213 95 89 0 0.55 0.58 0.16 2.9 0.6 0.59
Hex D5 5F 59 0 37 3A 10 3 3C 3B
Octal 325 137 131 0 67 72 20 3 74 73
Binary 11010101 1011111 1011001 0 110111 111010 10000 11 111100 111011

Color Harmonies of #D55F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F59

Black with #D55F59

Text Example


Text Example

White with #D55F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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