Html Css Color HEX #D55656 Valencia

📋 copy color: '#D55656'

red 213 ◦ green 86 ◦ blue 86

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

Shades of Valencia #D55656

Tints of Valencia #D55656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.34%

R = 55.32%
G = 22.34%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D55656 (or 0xD55656) is known color: Valencia. HEX triplet: D5, 56 and 56. RGB value is (213,86,86). Sum of RGB (Red+Green+Blue) = 213+86+86=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D55656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55656 is #2AA9A9. Grayscale: #7C7C7C. Windows color (decimal): -2795946 or 5658325. OLE color: 5658325.

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

Color convert

RGB 213 86 86 -
CMYK 0 0.60 0.60 0.16
HSL 0.6% 0.59% -
HSV(B) 0.6% 0.84% -
XYZ 32.45 21.47 11.24 -
YUV 123.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 213 86 86 0 0.60 0.60 0.16 0 0.6 0.59
Hex D5 56 56 0 3C 3C 10 0 3C 3B
Octal 325 126 126 0 74 74 20 0 74 73
Binary 11010101 1010110 1010110 0 111100 111100 10000 0 111100 111011

Color Harmonies of #D55656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55656

Black with #D55656

Text Example


Text Example

White with #D55656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55656; }

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

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

background-color css

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

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

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

border-color css

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

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

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