Html Css Color HEX #D95E5B Roman

📋 copy color: '#D95E5B'

red 217 ◦ green 94 ◦ blue 91

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

Shades of Roman #D95E5B

Tints of Roman #D95E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.64%

R = 53.98%
G = 23.38%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D95E5B (or 0xD95E5B) is known color: Roman. HEX triplet: D9, 5E and 5B. RGB value is (217,94,91). Sum of RGB (Red+Green+Blue) = 217+94+91=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95E5B is #26A1A4. Grayscale: #828282. Windows color (decimal): -2531749 or 5988057. OLE color: 5988057.

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

Color convert

RGB 217 94 91 -
CMYK 0 0.57 0.58 0.15
HSL 1.43º 0.62% 0.6% -
HSV(B) 1.43º 0.58% 0.85% -
XYZ 34.51 23.51 12.62 -
YUV 130.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 217 94 91 0 0.57 0.58 0.15 1.43 0.62 0.6
Hex D9 5E 5B 0 39 3A F 1 3E 3C
Octal 331 136 133 0 71 72 17 1 76 74
Binary 11011001 1011110 1011011 0 111001 111010 1111 1 111110 111100

Color Harmonies of #D95E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95E5B

Black with #D95E5B

Text Example


Text Example

White with #D95E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95E5B; }

 p { color: rgb(217,94,91); }

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

background-color css

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

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

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

border-color css

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

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

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