Html Css Color HEX #D55545 Valencia

📋 copy color: '#D55545'

red 213 ◦ green 85 ◦ blue 69

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

Shades of Valencia #D55545

Tints of Valencia #D55545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.16%

 BLUE value IS 69 (27.34% from 255) = 18.8%

R = 58.04%
G = 23.16%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D55545 (or 0xD55545) is known color: Valencia. HEX triplet: D5, 55 and 45. RGB value is (213,85,69). Sum of RGB (Red+Green+Blue) = 213+85+69=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D55545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55545 is #2AAABA. Grayscale: #797979. Windows color (decimal): -2796219 or 4543957. OLE color: 4543957.

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

Color convert

RGB 213 85 69 -
CMYK 0 0.60 0.68 0.16
HSL 6.67º 0.63% 0.55% -
HSV(B) 6.67º 0.68% 0.84% -
XYZ 31.76 21.07 8.02 -
YUV 121.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 213 85 69 0 0.60 0.68 0.16 6.67 0.63 0.55
Hex D5 55 45 0 3C 44 10 7 3F 37
Octal 325 125 105 0 74 104 20 7 77 67
Binary 11010101 1010101 1000101 0 111100 1000100 10000 111 111111 110111

Color Harmonies of #D55545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55545

Black with #D55545

Text Example


Text Example

White with #D55545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55545; }

 p { color: rgb(213,85,69); }

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

background-color css

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

 a { background-color: rgb(213,85,69); }

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

border-color css

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

 span { border-color: rgb(213,85,69); }

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