Html Css Color HEX #D55C55 Valencia

📋 copy color: '#D55C55'

red 213 ◦ green 92 ◦ blue 85

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

Shades of Valencia #D55C55

Tints of Valencia #D55C55

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.59%

 BLUE value IS 85 (33.59% from 255) = 21.79%

R = 54.62%
G = 23.59%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D55C55 (or 0xD55C55) is known color: Valencia. HEX triplet: D5, 5C and 55. RGB value is (213,92,85). Sum of RGB (Red+Green+Blue) = 213+92+85=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C55 is #2AA3AA. Grayscale: #7F7F7F. Windows color (decimal): -2794411 or 5594325. OLE color: 5594325.

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

Color convert

RGB 213 92 85 -
CMYK 0 0.57 0.60 0.16
HSL 3.28º 0.6% 0.58% -
HSV(B) 3.28º 0.6% 0.84% -
XYZ 32.91 22.46 11.19 -
YUV 127.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 213 92 85 0 0.57 0.60 0.16 3.28 0.6 0.58
Hex D5 5C 55 0 39 3C 10 3 3C 3A
Octal 325 134 125 0 71 74 20 3 74 72
Binary 11010101 1011100 1010101 0 111001 111100 10000 11 111100 111010

Color Harmonies of #D55C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55C55

Black with #D55C55

Text Example


Text Example

White with #D55C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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