Html Css Color HEX #D85143 Valencia

📋 copy color: '#D85143'

red 216 ◦ green 81 ◦ blue 67

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

Shades of Valencia #D85143

Tints of Valencia #D85143

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.25%

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

R = 59.34%
G = 22.25%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D85143 (or 0xD85143) is known color: Valencia. HEX triplet: D8, 51 and 43. RGB value is (216,81,67). Sum of RGB (Red+Green+Blue) = 216+81+67=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D85143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85143 is #27AEBC. Grayscale: #777777. Windows color (decimal): -2600637 or 4411864. OLE color: 4411864.

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

Color convert

RGB 216 81 67 -
CMYK 0 0.62 0.69 0.15
HSL 5.64º 0.66% 0.55% -
HSV(B) 5.64º 0.69% 0.85% -
XYZ 32.27 20.89 7.64 -
YUV 119.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 216 81 67 0 0.62 0.69 0.15 5.64 0.66 0.55
Hex D8 51 43 0 3E 45 F 6 42 37
Octal 330 121 103 0 76 105 17 6 102 67
Binary 11011000 1010001 1000011 0 111110 1000101 1111 110 1000010 110111

Color Harmonies of #D85143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85143

Black with #D85143

Text Example


Text Example

White with #D85143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85143; }

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

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

background-color css

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

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

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

border-color css

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

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

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