Html Css Color HEX #D95F54 Roman

📋 copy color: '#D95F54'

red 217 ◦ green 95 ◦ blue 84

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

Shades of Roman #D95F54

Tints of Roman #D95F54

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.99%

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

R = 54.8%
G = 23.99%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D95F54 (or 0xD95F54) is known color: Roman. HEX triplet: D9, 5F and 54. RGB value is (217,95,84). Sum of RGB (Red+Green+Blue) = 217+95+84=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95F54 is #26A0AB. Grayscale: #828282. Windows color (decimal): -2531500 or 5529561. OLE color: 5529561.

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

Color convert

RGB 217 95 84 -
CMYK 0 0.56 0.61 0.15
HSL 4.96º 0.64% 0.59% -
HSV(B) 4.96º 0.61% 0.85% -
XYZ 34.31 23.58 11.13 -
YUV 130.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 217 95 84 0 0.56 0.61 0.15 4.96 0.64 0.59
Hex D9 5F 54 0 38 3D F 5 40 3B
Octal 331 137 124 0 70 75 17 5 100 73
Binary 11011001 1011111 1010100 0 111000 111101 1111 101 1000000 111011

Color Harmonies of #D95F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95F54

Black with #D95F54

Text Example


Text Example

White with #D95F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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