Html Css Color HEX #D95251 Valencia

📋 copy color: '#D95251'

red 217 ◦ green 82 ◦ blue 81

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

Shades of Valencia #D95251

Tints of Valencia #D95251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.58%

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

R = 57.11%
G = 21.58%
B = 21.32%

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

#D95251 (or 0xD95251) is known color: Valencia. HEX triplet: D9, 52 and 51. RGB value is (217,82,81). Sum of RGB (Red+Green+Blue) = 217+82+81=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D95251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95251 is #26ADAE. Grayscale: #7A7A7A. Windows color (decimal): -2534831 or 5329625. OLE color: 5329625.

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

Color convert

RGB 217 82 81 -
CMYK 0 0.62 0.63 0.15
HSL 0.44º 0.64% 0.58% -
HSV(B) 0.44º 0.63% 0.85% -
XYZ 33.12 21.38 10.17 -
YUV 122.25 104.73 195.58 -
System Red Green Blue C M Y K H S L
Decimal 217 82 81 0 0.62 0.63 0.15 0.44 0.64 0.58
Hex D9 52 51 0 3E 3F F 0 40 3A
Octal 331 122 121 0 76 77 17 0 100 72
Binary 11011001 1010010 1010001 0 111110 111111 1111 0 1000000 111010

Color Harmonies of #D95251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95251

Black with #D95251

Text Example


Text Example

White with #D95251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95251; }

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

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

background-color css

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

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

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

border-color css

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

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

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