Html Css Color HEX #D95D52 Valencia

📋 copy color: '#D95D52'

red 217 ◦ green 93 ◦ blue 82

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

Shades of Valencia #D95D52

Tints of Valencia #D95D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.72%

 BLUE value IS 82 (32.42% from 255) = 20.92%

R = 55.36%
G = 23.72%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D95D52 (or 0xD95D52) is known color: Valencia. HEX triplet: D9, 5D and 52. RGB value is (217,93,82). Sum of RGB (Red+Green+Blue) = 217+93+82=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95D52 is #26A2AD. Grayscale: #808080. Windows color (decimal): -2532014 or 5397977. OLE color: 5397977.

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

Color convert

RGB 217 93 82 -
CMYK 0 0.57 0.62 0.15
HSL 4.89º 0.64% 0.59% -
HSV(B) 4.89º 0.62% 0.85% -
XYZ 34.05 23.19 10.66 -
YUV 128.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 217 93 82 0 0.57 0.62 0.15 4.89 0.64 0.59
Hex D9 5D 52 0 39 3E F 5 40 3B
Octal 331 135 122 0 71 76 17 5 100 73
Binary 11011001 1011101 1010010 0 111001 111110 1111 101 1000000 111011

Color Harmonies of #D95D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D52

Black with #D95D52

Text Example


Text Example

White with #D95D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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