Html Css Color HEX #D85C59 Roman

📋 copy color: '#D85C59'

red 216 ◦ green 92 ◦ blue 89

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

Shades of Roman #D85C59

Tints of Roman #D85C59

RGB

 RED value IS 216 (84.77% from 255) = 54.41%

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

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

R = 54.41%
G = 23.17%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D85C59 (or 0xD85C59) is known color: Roman. HEX triplet: D8, 5C and 59. RGB value is (216,92,89). Sum of RGB (Red+Green+Blue) = 216+92+89=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C59 is #27A3A6. Grayscale: #808080. Windows color (decimal): -2597799 or 5856472. OLE color: 5856472.

HSL color Cylindrical-coordinate representation of color #D85C59: hue angle of 1.42º degrees, saturation: 0.62, 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 #D85C59 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 92 89 -
CMYK 0 0.57 0.59 0.15
HSL 1.42º 0.62% 0.6% -
HSV(B) 1.42º 0.59% 0.85% -
XYZ 33.95 22.97 12.1 -
YUV 128.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 216 92 89 0 0.57 0.59 0.15 1.42 0.62 0.6
Hex D8 5C 59 0 39 3B F 1 3E 3C
Octal 330 134 131 0 71 73 17 1 76 74
Binary 11011000 1011100 1011001 0 111001 111011 1111 1 111110 111100

Color Harmonies of #D85C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C59

Black with #D85C59

Text Example


Text Example

White with #D85C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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