Html Css Color HEX #D5554C Valencia

📋 copy color: '#D5554C'

red 213 ◦ green 85 ◦ blue 76

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

Shades of Valencia #D5554C

Tints of Valencia #D5554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.32%

R = 56.95%
G = 22.73%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5554C (or 0xD5554C) is known color: Valencia. HEX triplet: D5, 55 and 4C. RGB value is (213,85,76). Sum of RGB (Red+Green+Blue) = 213+85+76=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5554C is #2AAAB3. Grayscale: #7A7A7A. Windows color (decimal): -2796212 or 5002709. OLE color: 5002709.

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

Color convert

RGB 213 85 76 -
CMYK 0 0.60 0.64 0.16
HSL 3.94º 0.62% 0.57% -
HSV(B) 3.94º 0.64% 0.84% -
XYZ 31.99 21.16 9.24 -
YUV 122.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 213 85 76 0 0.60 0.64 0.16 3.94 0.62 0.57
Hex D5 55 4C 0 3C 40 10 4 3E 39
Octal 325 125 114 0 74 100 20 4 76 71
Binary 11010101 1010101 1001100 0 111100 1000000 10000 100 111110 111001

Color Harmonies of #D5554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5554C

Black with #D5554C

Text Example


Text Example

White with #D5554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5554C; }

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

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

background-color css

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

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

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

border-color css

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

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

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