Html Css Color HEX #D95351 Valencia

📋 copy color: '#D95351'

red 217 ◦ green 83 ◦ blue 81

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

Shades of Valencia #D95351

Tints of Valencia #D95351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.78%

 BLUE value IS 81 (32.03% from 255) = 21.26%

R = 56.96%
G = 21.78%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D95351 (or 0xD95351) is known color: Valencia. HEX triplet: D9, 53 and 51. RGB value is (217,83,81). Sum of RGB (Red+Green+Blue) = 217+83+81=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D95351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95351 is #26ACAE. Grayscale: #7A7A7A. Windows color (decimal): -2534575 or 5329881. OLE color: 5329881.

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

Color convert

RGB 217 83 81 -
CMYK 0 0.62 0.63 0.15
HSL 0.88º 0.64% 0.58% -
HSV(B) 0.88º 0.63% 0.85% -
XYZ 33.19 21.53 10.19 -
YUV 122.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 217 83 81 0 0.62 0.63 0.15 0.88 0.64 0.58
Hex D9 53 51 0 3E 3F F 1 40 3A
Octal 331 123 121 0 76 77 17 1 100 72
Binary 11011001 1010011 1010001 0 111110 111111 1111 1 1000000 111010

Color Harmonies of #D95351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95351

Black with #D95351

Text Example


Text Example

White with #D95351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95351; }

 p { color: rgb(217,83,81); }

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

background-color css

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

 a { background-color: rgb(217,83,81); }

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

border-color css

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

 span { border-color: rgb(217,83,81); }

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