Html Css Color HEX #D75E55 Roman

📋 copy color: '#D75E55'

red 215 ◦ green 94 ◦ blue 85

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

Shades of Roman #D75E55

Tints of Roman #D75E55

RGB

 RED value IS 215 (84.38% from 255) = 54.57%

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

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

R = 54.57%
G = 23.86%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D75E55 (or 0xD75E55) is known color: Roman. HEX triplet: D7, 5E and 55. RGB value is (215,94,85). Sum of RGB (Red+Green+Blue) = 215+94+85=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75E55 is #28A1AA. Grayscale: #818181. Windows color (decimal): -2662827 or 5594839. OLE color: 5594839.

HSL color Cylindrical-coordinate representation of color #D75E55: hue angle of 4.15º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75E55 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 94 85 -
CMYK 0 0.56 0.60 0.16
HSL 4.15º 0.62% 0.59% -
HSV(B) 4.15º 0.6% 0.84% -
XYZ 33.67 23.11 11.28 -
YUV 129.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 215 94 85 0 0.56 0.60 0.16 4.15 0.62 0.59
Hex D7 5E 55 0 38 3C 10 4 3E 3B
Octal 327 136 125 0 70 74 20 4 76 73
Binary 11010111 1011110 1010101 0 111000 111100 10000 100 111110 111011

Color Harmonies of #D75E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75E55

Black with #D75E55

Text Example


Text Example

White with #D75E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75E55; }

 p { color: rgb(215,94,85); }

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

background-color css

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

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

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

border-color css

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

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

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