Html Css Color HEX #D55444 Valencia

📋 copy color: '#D55444'

red 213 ◦ green 84 ◦ blue 68

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

Shades of Valencia #D55444

Tints of Valencia #D55444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.63%

R = 58.36%
G = 23.01%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D55444 (or 0xD55444) is known color: Valencia. HEX triplet: D5, 54 and 44. RGB value is (213,84,68). Sum of RGB (Red+Green+Blue) = 213+84+68=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D55444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55444 is #2AABBB. Grayscale: #787878. Windows color (decimal): -2796476 or 4478165. OLE color: 4478165.

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

Color convert

RGB 213 84 68 -
CMYK 0 0.61 0.68 0.16
HSL 6.62º 0.63% 0.55% -
HSV(B) 6.62º 0.68% 0.84% -
XYZ 31.65 20.9 7.84 -
YUV 120.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 213 84 68 0 0.61 0.68 0.16 6.62 0.63 0.55
Hex D5 54 44 0 3D 44 10 7 3F 37
Octal 325 124 104 0 75 104 20 7 77 67
Binary 11010101 1010100 1000100 0 111101 1000100 10000 111 111111 110111

Color Harmonies of #D55444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55444

Black with #D55444

Text Example


Text Example

White with #D55444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55444; }

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

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

background-color css

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

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

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

border-color css

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

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

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