Html Css Color HEX #D55448 Valencia

📋 copy color: '#D55448'

red 213 ◦ green 84 ◦ blue 72

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

Shades of Valencia #D55448

Tints of Valencia #D55448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.51%

R = 57.72%
G = 22.76%
B = 19.51%

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

#D55448 (or 0xD55448) is known color: Valencia. HEX triplet: D5, 54 and 48. RGB value is (213,84,72). Sum of RGB (Red+Green+Blue) = 213+84+72=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D55448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55448 is #2AABB7. Grayscale: #797979. Windows color (decimal): -2796472 or 4740309. OLE color: 4740309.

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

Color convert

RGB 213 84 72 -
CMYK 0 0.61 0.66 0.16
HSL 5.11º 0.63% 0.56% -
HSV(B) 5.11º 0.66% 0.84% -
XYZ 31.78 20.95 8.5 -
YUV 121.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 213 84 72 0 0.61 0.66 0.16 5.11 0.63 0.56
Hex D5 54 48 0 3D 42 10 5 3F 38
Octal 325 124 110 0 75 102 20 5 77 70
Binary 11010101 1010100 1001000 0 111101 1000010 10000 101 111111 111000

Color Harmonies of #D55448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55448

Black with #D55448

Text Example


Text Example

White with #D55448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55448; }

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

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

background-color css

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

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

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

border-color css

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

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

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