Html Css Color HEX #D95752 Valencia

📋 copy color: '#D95752'

red 217 ◦ green 87 ◦ blue 82

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

Shades of Valencia #D95752

Tints of Valencia #D95752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.54%

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

R = 56.22%
G = 22.54%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D95752 (or 0xD95752) is known color: Valencia. HEX triplet: D9, 57 and 52. RGB value is (217,87,82). Sum of RGB (Red+Green+Blue) = 217+87+82=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D95752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95752 is #26A8AD. Grayscale: #7D7D7D. Windows color (decimal): -2533550 or 5396441. OLE color: 5396441.

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

Color convert

RGB 217 87 82 -
CMYK 0 0.60 0.62 0.15
HSL 2.22º 0.64% 0.59% -
HSV(B) 2.22º 0.62% 0.85% -
XYZ 33.55 22.18 10.5 -
YUV 125.3 103.57 193.41 -
System Red Green Blue C M Y K H S L
Decimal 217 87 82 0 0.60 0.62 0.15 2.22 0.64 0.59
Hex D9 57 52 0 3C 3E F 2 40 3B
Octal 331 127 122 0 74 76 17 2 100 73
Binary 11011001 1010111 1010010 0 111100 111110 1111 10 1000000 111011

Color Harmonies of #D95752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95752

Black with #D95752

Text Example


Text Example

White with #D95752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95752; }

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

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

background-color css

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

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

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

border-color css

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

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

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