Html Css Color HEX #D55546 Valencia

📋 copy color: '#D55546'

red 213 ◦ green 85 ◦ blue 70

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

Shades of Valencia #D55546

Tints of Valencia #D55546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.02%

R = 57.88%
G = 23.1%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D55546 (or 0xD55546) is known color: Valencia. HEX triplet: D5, 55 and 46. RGB value is (213,85,70). Sum of RGB (Red+Green+Blue) = 213+85+70=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D55546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55546 is #2AAAB9. Grayscale: #797979. Windows color (decimal): -2796218 or 4609493. OLE color: 4609493.

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

Color convert

RGB 213 85 70 -
CMYK 0 0.60 0.67 0.16
HSL 6.29º 0.63% 0.55% -
HSV(B) 6.29º 0.67% 0.84% -
XYZ 31.79 21.09 8.19 -
YUV 121.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 213 85 70 0 0.60 0.67 0.16 6.29 0.63 0.55
Hex D5 55 46 0 3C 43 10 6 3F 37
Octal 325 125 106 0 74 103 20 6 77 67
Binary 11010101 1010101 1000110 0 111100 1000011 10000 110 111111 110111

Color Harmonies of #D55546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55546

Black with #D55546

Text Example


Text Example

White with #D55546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55546; }

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

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

background-color css

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

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

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

border-color css

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

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

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