Html Css Color HEX #D95352 Valencia

📋 copy color: '#D95352'

red 217 ◦ green 83 ◦ blue 82

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

Shades of Valencia #D95352

Tints of Valencia #D95352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.73%

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

R = 56.81%
G = 21.73%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D95352 (or 0xD95352) is known color: Valencia. HEX triplet: D9, 53 and 52. RGB value is (217,83,82). Sum of RGB (Red+Green+Blue) = 217+83+82=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D95352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95352 is #26ACAD. Grayscale: #7B7B7B. Windows color (decimal): -2534574 or 5395417. OLE color: 5395417.

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

Color convert

RGB 217 83 82 -
CMYK 0 0.62 0.62 0.15
HSL 0.44º 0.64% 0.59% -
HSV(B) 0.44º 0.62% 0.85% -
XYZ 33.23 21.55 10.39 -
YUV 122.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 217 83 82 0 0.62 0.62 0.15 0.44 0.64 0.59
Hex D9 53 52 0 3E 3E F 0 40 3B
Octal 331 123 122 0 76 76 17 0 100 73
Binary 11011001 1010011 1010010 0 111110 111110 1111 0 1000000 111011

Color Harmonies of #D95352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95352

Black with #D95352

Text Example


Text Example

White with #D95352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95352; }

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

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

background-color css

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

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

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

border-color css

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

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

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