Html Css Color HEX #D85952 Valencia

📋 copy color: '#D85952'

red 216 ◦ green 89 ◦ blue 82

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

Shades of Valencia #D85952

Tints of Valencia #D85952

RGB

 RED value IS 216 (84.77% from 255) = 55.81%

 GREEN value IS 89 (35.16% from 255) = 23%

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

R = 55.81%
G = 23%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D85952 (or 0xD85952) is known color: Valencia. HEX triplet: D8, 59 and 52. RGB value is (216,89,82). Sum of RGB (Red+Green+Blue) = 216+89+82=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D85952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85952 is #27A6AD. Grayscale: #7E7E7E. Windows color (decimal): -2598574 or 5396952. OLE color: 5396952.

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

Color convert

RGB 216 89 82 -
CMYK 0 0.59 0.62 0.15
HSL 3.13º 0.63% 0.58% -
HSV(B) 3.13º 0.62% 0.85% -
XYZ 33.41 22.35 10.54 -
YUV 126.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 216 89 82 0 0.59 0.62 0.15 3.13 0.63 0.58
Hex D8 59 52 0 3B 3E F 3 3F 3A
Octal 330 131 122 0 73 76 17 3 77 72
Binary 11011000 1011001 1010010 0 111011 111110 1111 11 111111 111010

Color Harmonies of #D85952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85952

Black with #D85952

Text Example


Text Example

White with #D85952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85952; }

 p { color: rgb(216,89,82); }

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

background-color css

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

 a { background-color: rgb(216,89,82); }

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

border-color css

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

 span { border-color: rgb(216,89,82); }

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