Html Css Color HEX #D55651 Valencia

📋 copy color: '#D55651'

red 213 ◦ green 86 ◦ blue 81

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

Shades of Valencia #D55651

Tints of Valencia #D55651

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.63%

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

R = 56.05%
G = 22.63%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D55651 (or 0xD55651) is known color: Valencia. HEX triplet: D5, 56 and 51. RGB value is (213,86,81). Sum of RGB (Red+Green+Blue) = 213+86+81=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D55651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55651 is #2AA9AE. Grayscale: #7B7B7B. Windows color (decimal): -2795951 or 5330645. OLE color: 5330645.

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

Color convert

RGB 213 86 81 -
CMYK 0 0.60 0.62 0.16
HSL 2.27º 0.61% 0.58% -
HSV(B) 2.27º 0.62% 0.84% -
XYZ 32.25 21.4 10.21 -
YUV 123.4 104.08 191.91 -
System Red Green Blue C M Y K H S L
Decimal 213 86 81 0 0.60 0.62 0.16 2.27 0.61 0.58
Hex D5 56 51 0 3C 3E 10 2 3D 3A
Octal 325 126 121 0 74 76 20 2 75 72
Binary 11010101 1010110 1010001 0 111100 111110 10000 10 111101 111010

Color Harmonies of #D55651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55651

Black with #D55651

Text Example


Text Example

White with #D55651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55651; }

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

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

background-color css

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

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

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

border-color css

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

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

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