Html Css Color HEX #D5554A Valencia

📋 copy color: '#D5554A'

red 213 ◦ green 85 ◦ blue 74

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

Shades of Valencia #D5554A

Tints of Valencia #D5554A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.89%

R = 57.26%
G = 22.85%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5554A (or 0xD5554A) is known color: Valencia. HEX triplet: D5, 55 and 4A. RGB value is (213,85,74). Sum of RGB (Red+Green+Blue) = 213+85+74=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D5554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5554A is #2AAAB5. Grayscale: #7A7A7A. Windows color (decimal): -2796214 or 4871637. OLE color: 4871637.

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

Color convert

RGB 213 85 74 -
CMYK 0 0.60 0.65 0.16
HSL 4.75º 0.62% 0.56% -
HSV(B) 4.75º 0.65% 0.84% -
XYZ 31.93 21.14 8.88 -
YUV 122.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 213 85 74 0 0.60 0.65 0.16 4.75 0.62 0.56
Hex D5 55 4A 0 3C 41 10 5 3E 38
Octal 325 125 112 0 74 101 20 5 76 70
Binary 11010101 1010101 1001010 0 111100 1000001 10000 101 111110 111000

Color Harmonies of #D5554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5554A

Black with #D5554A

Text Example


Text Example

White with #D5554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5554A; }

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

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

background-color css

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

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

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

border-color css

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

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

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