Html Css Color HEX #D95148 Valencia

📋 copy color: '#D95148'

red 217 ◦ green 81 ◦ blue 72

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

Shades of Valencia #D95148

Tints of Valencia #D95148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.46%

R = 58.65%
G = 21.89%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D95148 (or 0xD95148) is known color: Valencia. HEX triplet: D9, 51 and 48. RGB value is (217,81,72). Sum of RGB (Red+Green+Blue) = 217+81+72=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D95148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95148 is #26AEB7. Grayscale: #787878. Windows color (decimal): -2535096 or 4739545. OLE color: 4739545.

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

Color convert

RGB 217 81 72 -
CMYK 0 0.63 0.67 0.15
HSL 3.72º 0.66% 0.57% -
HSV(B) 3.72º 0.67% 0.85% -
XYZ 32.73 21.1 8.48 -
YUV 120.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 217 81 72 0 0.63 0.67 0.15 3.72 0.66 0.57
Hex D9 51 48 0 3F 43 F 4 42 39
Octal 331 121 110 0 77 103 17 4 102 71
Binary 11011001 1010001 1001000 0 111111 1000011 1111 100 1000010 111001

Color Harmonies of #D95148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95148

Black with #D95148

Text Example


Text Example

White with #D95148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95148; }

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

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

background-color css

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

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

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

border-color css

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

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

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