Html Css Color HEX #D55350 Valencia

📋 copy color: '#D55350'

red 213 ◦ green 83 ◦ blue 80

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

Shades of Valencia #D55350

Tints of Valencia #D55350

RGB

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

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

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

R = 56.65%
G = 22.07%
B = 21.28%

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

#D55350 (or 0xD55350) is known color: Valencia. HEX triplet: D5, 53 and 50. RGB value is (213,83,80). Sum of RGB (Red+Green+Blue) = 213+83+80=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D55350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55350 is #2AACAF. Grayscale: #797979. Windows color (decimal): -2796720 or 5264341. OLE color: 5264341.

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

Color convert

RGB 213 83 80 -
CMYK 0 0.61 0.62 0.16
HSL 1.35º 0.61% 0.57% -
HSV(B) 1.35º 0.62% 0.84% -
XYZ 31.98 20.91 9.94 -
YUV 121.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 213 83 80 0 0.61 0.62 0.16 1.35 0.61 0.57
Hex D5 53 50 0 3D 3E 10 1 3D 39
Octal 325 123 120 0 75 76 20 1 75 71
Binary 11010101 1010011 1010000 0 111101 111110 10000 1 111101 111001

Color Harmonies of #D55350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55350

Black with #D55350

Text Example


Text Example

White with #D55350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55350; }

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

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

background-color css

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

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

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

border-color css

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

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

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