Html Css Color HEX #D55949 Valencia

📋 copy color: '#D55949'

red 213 ◦ green 89 ◦ blue 73

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

Shades of Valencia #D55949

Tints of Valencia #D55949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.73%

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

R = 56.8%
G = 23.73%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D55949 (or 0xD55949) is known color: Valencia. HEX triplet: D5, 59 and 49. RGB value is (213,89,73). Sum of RGB (Red+Green+Blue) = 213+89+73=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D55949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55949 is #2AA6B6. Grayscale: #7C7C7C. Windows color (decimal): -2795191 or 4807125. OLE color: 4807125.

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

Color convert

RGB 213 89 73 -
CMYK 0 0.58 0.66 0.16
HSL 6.86º 0.63% 0.56% -
HSV(B) 6.86º 0.66% 0.84% -
XYZ 32.22 21.77 8.81 -
YUV 124.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 213 89 73 0 0.58 0.66 0.16 6.86 0.63 0.56
Hex D5 59 49 0 3A 42 10 7 3E 38
Octal 325 131 111 0 72 102 20 7 76 70
Binary 11010101 1011001 1001001 0 111010 1000010 10000 111 111110 111000

Color Harmonies of #D55949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55949

Black with #D55949

Text Example


Text Example

White with #D55949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55949; }

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

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

background-color css

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

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

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

border-color css

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

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

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