Html Css Color HEX #D55351 Valencia

📋 copy color: '#D55351'

red 213 ◦ green 83 ◦ blue 81

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

Shades of Valencia #D55351

Tints of Valencia #D55351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

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

R = 56.5%
G = 22.02%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D55351 (or 0xD55351) is known color: Valencia. HEX triplet: D5, 53 and 51. RGB value is (213,83,81). Sum of RGB (Red+Green+Blue) = 213+83+81=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D55351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55351 is #2AACAE. Grayscale: #797979. Windows color (decimal): -2796719 or 5329877. OLE color: 5329877.

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

Color convert

RGB 213 83 81 -
CMYK 0 0.61 0.62 0.16
HSL 0.91º 0.61% 0.58% -
HSV(B) 0.91º 0.62% 0.84% -
XYZ 32.02 20.93 10.14 -
YUV 121.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 213 83 81 0 0.61 0.62 0.16 0.91 0.61 0.58
Hex D5 53 51 0 3D 3E 10 1 3D 3A
Octal 325 123 121 0 75 76 20 1 75 72
Binary 11010101 1010011 1010001 0 111101 111110 10000 1 111101 111010

Color Harmonies of #D55351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55351

Black with #D55351

Text Example


Text Example

White with #D55351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55351; }

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

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

background-color css

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

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

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

border-color css

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

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

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