Html Css Color HEX #D95448 Valencia

📋 copy color: '#D95448'

red 217 ◦ green 84 ◦ blue 72

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

Shades of Valencia #D95448

Tints of Valencia #D95448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.52%

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

R = 58.18%
G = 22.52%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D95448 (or 0xD95448) is known color: Valencia. HEX triplet: D9, 54 and 48. RGB value is (217,84,72). Sum of RGB (Red+Green+Blue) = 217+84+72=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D95448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95448 is #26ABB7. Grayscale: #7A7A7A. Windows color (decimal): -2534328 or 4740313. OLE color: 4740313.

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

Color convert

RGB 217 84 72 -
CMYK 0 0.61 0.67 0.15
HSL 4.97º 0.66% 0.57% -
HSV(B) 4.97º 0.67% 0.85% -
XYZ 32.96 21.56 8.56 -
YUV 122.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 217 84 72 0 0.61 0.67 0.15 4.97 0.66 0.57
Hex D9 54 48 0 3D 43 F 5 42 39
Octal 331 124 110 0 75 103 17 5 102 71
Binary 11011001 1010100 1001000 0 111101 1000011 1111 101 1000010 111001

Color Harmonies of #D95448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95448

Black with #D95448

Text Example


Text Example

White with #D95448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95448; }

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

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

background-color css

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

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

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

border-color css

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

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

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