Html Css Color HEX #D85C53 Valencia

📋 copy color: '#D85C53'

red 216 ◦ green 92 ◦ blue 83

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

Shades of Valencia #D85C53

Tints of Valencia #D85C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.53%

 BLUE value IS 83 (32.81% from 255) = 21.23%

R = 55.24%
G = 23.53%
B = 21.23%

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

#D85C53 (or 0xD85C53) is known color: Valencia. HEX triplet: D8, 5C and 53. RGB value is (216,92,83). Sum of RGB (Red+Green+Blue) = 216+92+83=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C53 is #27A3AC. Grayscale: #808080. Windows color (decimal): -2597805 or 5463256. OLE color: 5463256.

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

Color convert

RGB 216 92 83 -
CMYK 0 0.57 0.62 0.15
HSL 4.06º 0.63% 0.59% -
HSV(B) 4.06º 0.62% 0.85% -
XYZ 33.71 22.88 10.82 -
YUV 128.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 216 92 83 0 0.57 0.62 0.15 4.06 0.63 0.59
Hex D8 5C 53 0 39 3E F 4 3F 3B
Octal 330 134 123 0 71 76 17 4 77 73
Binary 11011000 1011100 1010011 0 111001 111110 1111 100 111111 111011

Color Harmonies of #D85C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C53

Black with #D85C53

Text Example


Text Example

White with #D85C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C53; }

 p { color: rgb(216,92,83); }

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

background-color css

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

 a { background-color: rgb(216,92,83); }

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

border-color css

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

 span { border-color: rgb(216,92,83); }

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