Html Css Color HEX #D55851 Valencia

📋 copy color: '#D55851'

red 213 ◦ green 88 ◦ blue 81

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

Shades of Valencia #D55851

Tints of Valencia #D55851

RGB

 RED value IS 213 (83.59% from 255) = 55.76%

 GREEN value IS 88 (34.77% from 255) = 23.04%

 BLUE value IS 81 (32.03% from 255) = 21.2%

R = 55.76%
G = 23.04%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D55851 (or 0xD55851) is known color: Valencia. HEX triplet: D5, 58 and 51. RGB value is (213,88,81). Sum of RGB (Red+Green+Blue) = 213+88+81=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D55851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55851 is #2AA7AE. Grayscale: #7C7C7C. Windows color (decimal): -2795439 or 5331157. OLE color: 5331157.

HSL color Cylindrical-coordinate representation of color #D55851: hue angle of 3.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55851 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 81 -
CMYK 0 0.59 0.62 0.16
HSL 3.18º 0.61% 0.58% -
HSV(B) 3.18º 0.62% 0.84% -
XYZ 32.42 21.72 10.27 -
YUV 124.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 213 88 81 0 0.59 0.62 0.16 3.18 0.61 0.58
Hex D5 58 51 0 3B 3E 10 3 3D 3A
Octal 325 130 121 0 73 76 20 3 75 72
Binary 11010101 1011000 1010001 0 111011 111110 10000 11 111101 111010

Color Harmonies of #D55851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55851

Black with #D55851

Text Example


Text Example

White with #D55851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55851; }

 p { color: rgb(213,88,81); }

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

background-color css

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

 a { background-color: rgb(213,88,81); }

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

border-color css

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

 span { border-color: rgb(213,88,81); }

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