Html Css Color HEX #D95144 Valencia

📋 copy color: '#D95144'

red 217 ◦ green 81 ◦ blue 68

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

Shades of Valencia #D95144

Tints of Valencia #D95144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.13%

 BLUE value IS 68 (26.95% from 255) = 18.58%

R = 59.29%
G = 22.13%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D95144 (or 0xD95144) is known color: Valencia. HEX triplet: D9, 51 and 44. RGB value is (217,81,68). Sum of RGB (Red+Green+Blue) = 217+81+68=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D95144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95144 is #26AEBB. Grayscale: #787878. Windows color (decimal): -2535100 or 4477401. OLE color: 4477401.

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

Color convert

RGB 217 81 68 -
CMYK 0 0.63 0.69 0.15
HSL 5.23º 0.66% 0.56% -
HSV(B) 5.23º 0.69% 0.85% -
XYZ 32.6 21.05 7.81 -
YUV 120.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 217 81 68 0 0.63 0.69 0.15 5.23 0.66 0.56
Hex D9 51 44 0 3F 45 F 5 42 38
Octal 331 121 104 0 77 105 17 5 102 70
Binary 11011001 1010001 1000100 0 111111 1000101 1111 101 1000010 111000

Color Harmonies of #D95144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95144

Black with #D95144

Text Example


Text Example

White with #D95144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95144; }

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

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

background-color css

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

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

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

border-color css

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

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

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