Html Css Color HEX #D85043 Valencia

📋 copy color: '#D85043'

red 216 ◦ green 80 ◦ blue 67

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

Shades of Valencia #D85043

Tints of Valencia #D85043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.04%

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

R = 59.5%
G = 22.04%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D85043 (or 0xD85043) is known color: Valencia. HEX triplet: D8, 50 and 43. RGB value is (216,80,67). Sum of RGB (Red+Green+Blue) = 216+80+67=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D85043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85043 is #27AFBC. Grayscale: #777777. Windows color (decimal): -2600893 or 4411608. OLE color: 4411608.

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

Color convert

RGB 216 80 67 -
CMYK 0 0.63 0.69 0.15
HSL 5.23º 0.66% 0.55% -
HSV(B) 5.23º 0.69% 0.85% -
XYZ 32.2 20.74 7.62 -
YUV 119.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 216 80 67 0 0.63 0.69 0.15 5.23 0.66 0.55
Hex D8 50 43 0 3F 45 F 5 42 37
Octal 330 120 103 0 77 105 17 5 102 67
Binary 11011000 1010000 1000011 0 111111 1000101 1111 101 1000010 110111

Color Harmonies of #D85043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85043

Black with #D85043

Text Example


Text Example

White with #D85043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85043; }

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

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

background-color css

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

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

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

border-color css

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

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

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