Html Css Color HEX #D55C59 Roman

📋 copy color: '#D55C59'

red 213 ◦ green 92 ◦ blue 89

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

Shades of Roman #D55C59

Tints of Roman #D55C59

RGB

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

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

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

R = 54.06%
G = 23.35%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D55C59 (or 0xD55C59) is known color: Roman. HEX triplet: D5, 5C and 59. RGB value is (213,92,89). Sum of RGB (Red+Green+Blue) = 213+92+89=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C59 is #2AA3A6. Grayscale: #7F7F7F. Windows color (decimal): -2794407 or 5856469. OLE color: 5856469.

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

Color convert

RGB 213 92 89 -
CMYK 0 0.57 0.58 0.16
HSL 1.45º 0.6% 0.59% -
HSV(B) 1.45º 0.58% 0.84% -
XYZ 33.07 22.52 12.06 -
YUV 127.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 213 92 89 0 0.57 0.58 0.16 1.45 0.6 0.59
Hex D5 5C 59 0 39 3A 10 1 3C 3B
Octal 325 134 131 0 71 72 20 1 74 73
Binary 11010101 1011100 1011001 0 111001 111010 10000 1 111100 111011

Color Harmonies of #D55C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55C59

Black with #D55C59

Text Example


Text Example

White with #D55C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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