Html Css Color HEX #D55353 Valencia

📋 copy color: '#D55353'

red 213 ◦ green 83 ◦ blue 83

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

Shades of Valencia #D55353

Tints of Valencia #D55353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.9%

R = 56.2%
G = 21.9%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D55353 (or 0xD55353) is known color: Valencia. HEX triplet: D5, 53 and 53. RGB value is (213,83,83). Sum of RGB (Red+Green+Blue) = 213+83+83=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D55353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55353 is #2AACAC. Grayscale: #7A7A7A. Windows color (decimal): -2796717 or 5460949. OLE color: 5460949.

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

Color convert

RGB 213 83 83 -
CMYK 0 0.61 0.61 0.16
HSL 0.61% 0.58% -
HSV(B) 0.61% 0.84% -
XYZ 32.1 20.96 10.54 -
YUV 121.87 106.07 193 -
System Red Green Blue C M Y K H S L
Decimal 213 83 83 0 0.61 0.61 0.16 0 0.61 0.58
Hex D5 53 53 0 3D 3D 10 0 3D 3A
Octal 325 123 123 0 75 75 20 0 75 72
Binary 11010101 1010011 1010011 0 111101 111101 10000 0 111101 111010

Color Harmonies of #D55353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55353

Black with #D55353

Text Example


Text Example

White with #D55353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55353; }

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

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

background-color css

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

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

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

border-color css

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

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

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