Html Css Color HEX #D85353 Valencia

📋 copy color: '#D85353'

red 216 ◦ green 83 ◦ blue 83

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

Shades of Valencia #D85353

Tints of Valencia #D85353

RGB

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

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

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

R = 56.54%
G = 21.73%
B = 21.73%

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

#D85353 (or 0xD85353) is known color: Valencia. HEX triplet: D8, 53 and 53. RGB value is (216,83,83). Sum of RGB (Red+Green+Blue) = 216+83+83=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D85353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85353 is #27ACAC. Grayscale: #7A7A7A. Windows color (decimal): -2600109 or 5460952. OLE color: 5460952.

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

Color convert

RGB 216 83 83 -
CMYK 0 0.62 0.62 0.15
HSL 0.63% 0.59% -
HSV(B) 0.62% 0.85% -
XYZ 32.97 21.41 10.58 -
YUV 122.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 216 83 83 0 0.62 0.62 0.15 0 0.63 0.59
Hex D8 53 53 0 3E 3E F 0 3F 3B
Octal 330 123 123 0 76 76 17 0 77 73
Binary 11011000 1010011 1010011 0 111110 111110 1111 0 111111 111011

Color Harmonies of #D85353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85353

Black with #D85353

Text Example


Text Example

White with #D85353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85353; }

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

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

background-color css

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

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

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

border-color css

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

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

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