Html Css Color HEX #D55A4C Valencia

📋 copy color: '#D55A4C'

red 213 ◦ green 90 ◦ blue 76

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

Shades of Valencia #D55A4C

Tints of Valencia #D55A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 56.2%
G = 23.75%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D55A4C (or 0xD55A4C) is known color: Valencia. HEX triplet: D5, 5A and 4C. RGB value is (213,90,76). Sum of RGB (Red+Green+Blue) = 213+90+76=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A4C is #2AA5B3. Grayscale: #7D7D7D. Windows color (decimal): -2794932 or 5003989. OLE color: 5003989.

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

Color convert

RGB 213 90 76 -
CMYK 0 0.58 0.64 0.16
HSL 6.13º 0.62% 0.57% -
HSV(B) 6.13º 0.64% 0.84% -
XYZ 32.4 21.98 9.37 -
YUV 125.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 213 90 76 0 0.58 0.64 0.16 6.13 0.62 0.57
Hex D5 5A 4C 0 3A 40 10 6 3E 39
Octal 325 132 114 0 72 100 20 6 76 71
Binary 11010101 1011010 1001100 0 111010 1000000 10000 110 111110 111001

Color Harmonies of #D55A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A4C

Black with #D55A4C

Text Example


Text Example

White with #D55A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A4C; }

 p { color: rgb(213,90,76); }

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

background-color css

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

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

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

border-color css

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

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

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