Html Css Color HEX #D55446 Valencia

📋 copy color: '#D55446'

red 213 ◦ green 84 ◦ blue 70

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

Shades of Valencia #D55446

Tints of Valencia #D55446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.89%

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

R = 58.04%
G = 22.89%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D55446 (or 0xD55446) is known color: Valencia. HEX triplet: D5, 54 and 46. RGB value is (213,84,70). Sum of RGB (Red+Green+Blue) = 213+84+70=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D55446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55446 is #2AABB9. Grayscale: #797979. Windows color (decimal): -2796474 or 4609237. OLE color: 4609237.

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

Color convert

RGB 213 84 70 -
CMYK 0 0.61 0.67 0.16
HSL 5.87º 0.63% 0.55% -
HSV(B) 5.87º 0.67% 0.84% -
XYZ 31.72 20.93 8.16 -
YUV 120.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 213 84 70 0 0.61 0.67 0.16 5.87 0.63 0.55
Hex D5 54 46 0 3D 43 10 6 3F 37
Octal 325 124 106 0 75 103 20 6 77 67
Binary 11010101 1010100 1000110 0 111101 1000011 10000 110 111111 110111

Color Harmonies of #D55446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55446

Black with #D55446

Text Example


Text Example

White with #D55446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55446; }

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

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

background-color css

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

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

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

border-color css

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

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

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