Html Css Color HEX #D85543 Valencia

📋 copy color: '#D85543'

red 216 ◦ green 85 ◦ blue 67

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

Shades of Valencia #D85543

Tints of Valencia #D85543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 67 (26.56% from 255) = 18.21%

R = 58.7%
G = 23.1%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D85543 (or 0xD85543) is known color: Valencia. HEX triplet: D8, 55 and 43. RGB value is (216,85,67). Sum of RGB (Red+Green+Blue) = 216+85+67=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D85543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85543 is #27AABC. Grayscale: #7A7A7A. Windows color (decimal): -2599613 or 4412888. OLE color: 4412888.

HSL color Cylindrical-coordinate representation of color #D85543: hue angle of 7.25º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D85543 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 85 67 -
CMYK 0 0.61 0.69 0.15
HSL 7.25º 0.66% 0.55% -
HSV(B) 7.25º 0.69% 0.85% -
XYZ 32.58 21.5 7.74 -
YUV 122.12 96.9 194.96 -
System Red Green Blue C M Y K H S L
Decimal 216 85 67 0 0.61 0.69 0.15 7.25 0.66 0.55
Hex D8 55 43 0 3D 45 F 7 42 37
Octal 330 125 103 0 75 105 17 7 102 67
Binary 11011000 1010101 1000011 0 111101 1000101 1111 111 1000010 110111

Color Harmonies of #D85543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85543

Black with #D85543

Text Example


Text Example

White with #D85543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85543; }

 p { color: rgb(216,85,67); }

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

background-color css

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

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

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

border-color css

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

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

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