Html Css Color HEX #D55349 Valencia

📋 copy color: '#D55349'

red 213 ◦ green 83 ◦ blue 73

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

Shades of Valencia #D55349

Tints of Valencia #D55349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.78%

R = 57.72%
G = 22.49%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D55349 (or 0xD55349) is known color: Valencia. HEX triplet: D5, 53 and 49. RGB value is (213,83,73). Sum of RGB (Red+Green+Blue) = 213+83+73=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D55349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55349 is #2AACB6. Grayscale: #787878. Windows color (decimal): -2796727 or 4805589. OLE color: 4805589.

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

Color convert

RGB 213 83 73 -
CMYK 0 0.61 0.66 0.16
HSL 4.29º 0.63% 0.56% -
HSV(B) 4.29º 0.66% 0.84% -
XYZ 31.74 20.81 8.65 -
YUV 120.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 213 83 73 0 0.61 0.66 0.16 4.29 0.63 0.56
Hex D5 53 49 0 3D 42 10 4 3E 38
Octal 325 123 111 0 75 102 20 4 76 70
Binary 11010101 1010011 1001001 0 111101 1000010 10000 100 111110 111000

Color Harmonies of #D55349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55349

Black with #D55349

Text Example


Text Example

White with #D55349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55349; }

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

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

background-color css

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

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

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

border-color css

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

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

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