Html Css Color HEX #D85C55 Roman

📋 copy color: '#D85C55'

red 216 ◦ green 92 ◦ blue 85

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

Shades of Roman #D85C55

Tints of Roman #D85C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.63%

R = 54.96%
G = 23.41%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D85C55 (or 0xD85C55) is known color: Roman. HEX triplet: D8, 5C and 55. RGB value is (216,92,85). Sum of RGB (Red+Green+Blue) = 216+92+85=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C55 is #27A3AA. Grayscale: #808080. Windows color (decimal): -2597803 or 5594328. OLE color: 5594328.

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

Color convert

RGB 216 92 85 -
CMYK 0 0.57 0.61 0.15
HSL 3.21º 0.63% 0.59% -
HSV(B) 3.21º 0.61% 0.85% -
XYZ 33.79 22.91 11.24 -
YUV 128.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 216 92 85 0 0.57 0.61 0.15 3.21 0.63 0.59
Hex D8 5C 55 0 39 3D F 3 3F 3B
Octal 330 134 125 0 71 75 17 3 77 73
Binary 11011000 1011100 1010101 0 111001 111101 1111 11 111111 111011

Color Harmonies of #D85C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C55

Black with #D85C55

Text Example


Text Example

White with #D85C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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