Html Css Color HEX #D55550 Valencia

📋 copy color: '#D55550'

red 213 ◦ green 85 ◦ blue 80

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

Shades of Valencia #D55550

Tints of Valencia #D55550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.49%

 BLUE value IS 80 (31.64% from 255) = 21.16%

R = 56.35%
G = 22.49%
B = 21.16%

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

#D55550 (or 0xD55550) is known color: Valencia. HEX triplet: D5, 55 and 50. RGB value is (213,85,80). Sum of RGB (Red+Green+Blue) = 213+85+80=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D55550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55550 is #2AAAAF. Grayscale: #7A7A7A. Windows color (decimal): -2796208 or 5264853. OLE color: 5264853.

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

Color convert

RGB 213 85 80 -
CMYK 0 0.60 0.62 0.16
HSL 2.26º 0.61% 0.57% -
HSV(B) 2.26º 0.62% 0.84% -
XYZ 32.14 21.22 9.99 -
YUV 122.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 213 85 80 0 0.60 0.62 0.16 2.26 0.61 0.57
Hex D5 55 50 0 3C 3E 10 2 3D 39
Octal 325 125 120 0 74 76 20 2 75 71
Binary 11010101 1010101 1010000 0 111100 111110 10000 10 111101 111001

Color Harmonies of #D55550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55550

Black with #D55550

Text Example


Text Example

White with #D55550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55550; }

 p { color: rgb(213,85,80); }

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

background-color css

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

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

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

border-color css

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

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

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