Html Css Color HEX #D95D54 Roman

📋 copy color: '#D95D54'

red 217 ◦ green 93 ◦ blue 84

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

Shades of Roman #D95D54

Tints of Roman #D95D54

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.6%

 BLUE value IS 84 (33.2% from 255) = 21.32%

R = 55.08%
G = 23.6%
B = 21.32%

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

#D95D54 (or 0xD95D54) is known color: Roman. HEX triplet: D9, 5D and 54. RGB value is (217,93,84). Sum of RGB (Red+Green+Blue) = 217+93+84=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95D54 is #26A2AB. Grayscale: #818181. Windows color (decimal): -2532012 or 5529049. OLE color: 5529049.

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

Color convert

RGB 217 93 84 -
CMYK 0 0.57 0.61 0.15
HSL 4.06º 0.64% 0.59% -
HSV(B) 4.06º 0.61% 0.85% -
XYZ 34.13 23.22 11.07 -
YUV 129.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 217 93 84 0 0.57 0.61 0.15 4.06 0.64 0.59
Hex D9 5D 54 0 39 3D F 4 40 3B
Octal 331 135 124 0 71 75 17 4 100 73
Binary 11011001 1011101 1010100 0 111001 111101 1111 100 1000000 111011

Color Harmonies of #D95D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D54

Black with #D95D54

Text Example


Text Example

White with #D95D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D54; }

 p { color: rgb(217,93,84); }

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

background-color css

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

 a { background-color: rgb(217,93,84); }

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

border-color css

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

 span { border-color: rgb(217,93,84); }

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