Html Css Color HEX #D55A51 Valencia

📋 copy color: '#D55A51'

red 213 ◦ green 90 ◦ blue 81

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

Shades of Valencia #D55A51

Tints of Valencia #D55A51

RGB

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

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

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

R = 55.47%
G = 23.44%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D55A51 (or 0xD55A51) is known color: Valencia. HEX triplet: D5, 5A and 51. RGB value is (213,90,81). Sum of RGB (Red+Green+Blue) = 213+90+81=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A51 is #2AA5AE. Grayscale: #7D7D7D. Windows color (decimal): -2794927 or 5331669. OLE color: 5331669.

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

Color convert

RGB 213 90 81 -
CMYK 0 0.58 0.62 0.16
HSL 4.09º 0.61% 0.58% -
HSV(B) 4.09º 0.62% 0.84% -
XYZ 32.58 22.05 10.32 -
YUV 125.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 213 90 81 0 0.58 0.62 0.16 4.09 0.61 0.58
Hex D5 5A 51 0 3A 3E 10 4 3D 3A
Octal 325 132 121 0 72 76 20 4 75 72
Binary 11010101 1011010 1010001 0 111010 111110 10000 100 111101 111010

Color Harmonies of #D55A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A51

Black with #D55A51

Text Example


Text Example

White with #D55A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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