Html Css Color HEX #D85E5E Roman

📋 copy color: '#D85E5E'

red 216 ◦ green 94 ◦ blue 94

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

Shades of Roman #D85E5E

Tints of Roman #D85E5E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.27%

 BLUE value IS 94 (37.11% from 255) = 23.27%

R = 53.47%
G = 23.27%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D85E5E (or 0xD85E5E) is known color: Roman. HEX triplet: D8, 5E and 5E. RGB value is (216,94,94). Sum of RGB (Red+Green+Blue) = 216+94+94=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E5E is #27A1A1. Grayscale: #828282. Windows color (decimal): -2597282 or 6184664. OLE color: 6184664.

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

Color convert

RGB 216 94 94 -
CMYK 0 0.56 0.56 0.15
HSL 0.61% 0.61% -
HSV(B) 0.56% 0.85% -
XYZ 34.34 23.41 13.3 -
YUV 130.48 107.42 189 -
System Red Green Blue C M Y K H S L
Decimal 216 94 94 0 0.56 0.56 0.15 0 0.61 0.61
Hex D8 5E 5E 0 38 38 F 0 3D 3D
Octal 330 136 136 0 70 70 17 0 75 75
Binary 11011000 1011110 1011110 0 111000 111000 1111 0 111101 111101

Color Harmonies of #D85E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E5E

Black with #D85E5E

Text Example


Text Example

White with #D85E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E5E; }

 p { color: rgb(216,94,94); }

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

background-color css

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

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

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

border-color css

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

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

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