Html Css Color HEX #D85453 Valencia

📋 copy color: '#D85453'

red 216 ◦ green 84 ◦ blue 83

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

Shades of Valencia #D85453

Tints of Valencia #D85453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.93%

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

R = 56.4%
G = 21.93%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D85453 (or 0xD85453) is known color: Valencia. HEX triplet: D8, 54 and 53. RGB value is (216,84,83). Sum of RGB (Red+Green+Blue) = 216+84+83=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D85453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85453 is #27ABAC. Grayscale: #7B7B7B. Windows color (decimal): -2599853 or 5461208. OLE color: 5461208.

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

Color convert

RGB 216 84 83 -
CMYK 0 0.61 0.62 0.15
HSL 0.45º 0.63% 0.59% -
HSV(B) 0.45º 0.62% 0.85% -
XYZ 33.05 21.56 10.6 -
YUV 123.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 216 84 83 0 0.61 0.62 0.15 0.45 0.63 0.59
Hex D8 54 53 0 3D 3E F 0 3F 3B
Octal 330 124 123 0 75 76 17 0 77 73
Binary 11011000 1010100 1010011 0 111101 111110 1111 0 111111 111011

Color Harmonies of #D85453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85453

Black with #D85453

Text Example


Text Example

White with #D85453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85453; }

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

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

background-color css

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

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

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

border-color css

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

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

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