Html Css Color HEX #D55D54 Valencia

📋 copy color: '#D55D54'

red 213 ◦ green 93 ◦ blue 84

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

Shades of Valencia #D55D54

Tints of Valencia #D55D54

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.85%

 BLUE value IS 84 (33.2% from 255) = 21.54%

R = 54.62%
G = 23.85%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D55D54 (or 0xD55D54) is known color: Valencia. HEX triplet: D5, 5D and 54. RGB value is (213,93,84). Sum of RGB (Red+Green+Blue) = 213+93+84=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D54 is #2AA2AB. Grayscale: #808080. Windows color (decimal): -2794156 or 5529045. OLE color: 5529045.

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

Color convert

RGB 213 93 84 -
CMYK 0 0.56 0.61 0.16
HSL 4.19º 0.61% 0.58% -
HSV(B) 4.19º 0.61% 0.84% -
XYZ 32.96 22.61 11.02 -
YUV 127.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 213 93 84 0 0.56 0.61 0.16 4.19 0.61 0.58
Hex D5 5D 54 0 38 3D 10 4 3D 3A
Octal 325 135 124 0 70 75 20 4 75 72
Binary 11010101 1011101 1010100 0 111000 111101 10000 100 111101 111010

Color Harmonies of #D55D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D54

Black with #D55D54

Text Example


Text Example

White with #D55D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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