Html Css Color HEX #D95C59 Roman

📋 copy color: '#D95C59'

red 217 ◦ green 92 ◦ blue 89

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

Shades of Roman #D95C59

Tints of Roman #D95C59

RGB

 RED value IS 217 (85.16% from 255) = 54.52%

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

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

R = 54.52%
G = 23.12%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D95C59 (or 0xD95C59) is known color: Roman. HEX triplet: D9, 5C and 59. RGB value is (217,92,89). Sum of RGB (Red+Green+Blue) = 217+92+89=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C59 is #26A3A6. Grayscale: #818181. Windows color (decimal): -2532263 or 5856473. OLE color: 5856473.

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

Color convert

RGB 217 92 89 -
CMYK 0 0.58 0.59 0.15
HSL 1.41º 0.63% 0.6% -
HSV(B) 1.41º 0.59% 0.85% -
XYZ 34.25 23.13 12.11 -
YUV 129.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 217 92 89 0 0.58 0.59 0.15 1.41 0.63 0.6
Hex D9 5C 59 0 3A 3B F 1 3F 3C
Octal 331 134 131 0 72 73 17 1 77 74
Binary 11011001 1011100 1011001 0 111010 111011 1111 1 111111 111100

Color Harmonies of #D95C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C59

Black with #D95C59

Text Example


Text Example

White with #D95C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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