Html Css Color HEX #D56151 Valencia

📋 copy color: '#D56151'

red 213 ◦ green 97 ◦ blue 81

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

Shades of Valencia #D56151

Tints of Valencia #D56151

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.81%

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

R = 54.48%
G = 24.81%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D56151 (or 0xD56151) is known color: Valencia. HEX triplet: D5, 61 and 51. RGB value is (213,97,81). Sum of RGB (Red+Green+Blue) = 213+97+81=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D56151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56151 is #2A9EAE. Grayscale: #828282. Windows color (decimal): -2793135 or 5333461. OLE color: 5333461.

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

Color convert

RGB 213 97 81 -
CMYK 0 0.54 0.62 0.16
HSL 7.27º 0.61% 0.58% -
HSV(B) 7.27º 0.62% 0.84% -
XYZ 33.2 23.29 10.53 -
YUV 129.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 213 97 81 0 0.54 0.62 0.16 7.27 0.61 0.58
Hex D5 61 51 0 36 3E 10 7 3D 3A
Octal 325 141 121 0 66 76 20 7 75 72
Binary 11010101 1100001 1010001 0 110110 111110 10000 111 111101 111010

Color Harmonies of #D56151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56151

Black with #D56151

Text Example


Text Example

White with #D56151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56151; }

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

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

background-color css

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

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

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

border-color css

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

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

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