Html Css Color HEX #D95554 Valencia

📋 copy color: '#D95554'

red 217 ◦ green 85 ◦ blue 84

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

Shades of Valencia #D95554

Tints of Valencia #D95554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.02%

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

R = 56.22%
G = 22.02%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D95554 (or 0xD95554) is known color: Valencia. HEX triplet: D9, 55 and 54. RGB value is (217,85,84). Sum of RGB (Red+Green+Blue) = 217+85+84=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D95554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95554 is #26AAAB. Grayscale: #7C7C7C. Windows color (decimal): -2534060 or 5527001. OLE color: 5527001.

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

Color convert

RGB 217 85 84 -
CMYK 0 0.61 0.61 0.15
HSL 0.45º 0.64% 0.59% -
HSV(B) 0.45º 0.61% 0.85% -
XYZ 33.46 21.89 10.85 -
YUV 124.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 217 85 84 0 0.61 0.61 0.15 0.45 0.64 0.59
Hex D9 55 54 0 3D 3D F 0 40 3B
Octal 331 125 124 0 75 75 17 0 100 73
Binary 11011001 1010101 1010100 0 111101 111101 1111 0 1000000 111011

Color Harmonies of #D95554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95554

Black with #D95554

Text Example


Text Example

White with #D95554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95554; }

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

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

background-color css

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

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

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

border-color css

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

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

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