Html Css Color HEX #D55447 Valencia

📋 copy color: '#D55447'

red 213 ◦ green 84 ◦ blue 71

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

Shades of Valencia #D55447

Tints of Valencia #D55447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.29%

R = 57.88%
G = 22.83%
B = 19.29%

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

#D55447 (or 0xD55447) is known color: Valencia. HEX triplet: D5, 54 and 47. RGB value is (213,84,71). Sum of RGB (Red+Green+Blue) = 213+84+71=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D55447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55447 is #2AABB8. Grayscale: #797979. Windows color (decimal): -2796473 or 4674773. OLE color: 4674773.

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

Color convert

RGB 213 84 71 -
CMYK 0 0.61 0.67 0.16
HSL 5.49º 0.63% 0.56% -
HSV(B) 5.49º 0.67% 0.84% -
XYZ 31.75 20.94 8.33 -
YUV 121.09 99.74 193.56 -
System Red Green Blue C M Y K H S L
Decimal 213 84 71 0 0.61 0.67 0.16 5.49 0.63 0.56
Hex D5 54 47 0 3D 43 10 5 3F 38
Octal 325 124 107 0 75 103 20 5 77 70
Binary 11010101 1010100 1000111 0 111101 1000011 10000 101 111111 111000

Color Harmonies of #D55447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55447

Black with #D55447

Text Example


Text Example

White with #D55447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55447; }

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

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

background-color css

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

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

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

border-color css

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

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

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