Html Css Color HEX #D95048 Valencia

📋 copy color: '#D95048'

red 217 ◦ green 80 ◦ blue 72

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

Shades of Valencia #D95048

Tints of Valencia #D95048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

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

R = 58.81%
G = 21.68%
B = 19.51%

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

#D95048 (or 0xD95048) is known color: Valencia. HEX triplet: D9, 50 and 48. RGB value is (217,80,72). Sum of RGB (Red+Green+Blue) = 217+80+72=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D95048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95048 is #26AFB7. Grayscale: #787878. Windows color (decimal): -2535352 or 4739289. OLE color: 4739289.

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

Color convert

RGB 217 80 72 -
CMYK 0 0.63 0.67 0.15
HSL 3.31º 0.66% 0.57% -
HSV(B) 3.31º 0.67% 0.85% -
XYZ 32.65 20.96 8.45 -
YUV 120.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 217 80 72 0 0.63 0.67 0.15 3.31 0.66 0.57
Hex D9 50 48 0 3F 43 F 3 42 39
Octal 331 120 110 0 77 103 17 3 102 71
Binary 11011001 1010000 1001000 0 111111 1000011 1111 11 1000010 111001

Color Harmonies of #D95048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95048

Black with #D95048

Text Example


Text Example

White with #D95048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95048; }

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

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

background-color css

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

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

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

border-color css

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

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

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