Html Css Color HEX #D5584A Valencia

📋 copy color: '#D5584A'

red 213 ◦ green 88 ◦ blue 74

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

Shades of Valencia #D5584A

Tints of Valencia #D5584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.47%

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

R = 56.8%
G = 23.47%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5584A (or 0xD5584A) is known color: Valencia. HEX triplet: D5, 58 and 4A. RGB value is (213,88,74). Sum of RGB (Red+Green+Blue) = 213+88+74=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5584A is #2AA7B5. Grayscale: #7B7B7B. Windows color (decimal): -2795446 or 4872405. OLE color: 4872405.

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

Color convert

RGB 213 88 74 -
CMYK 0 0.59 0.65 0.16
HSL 6.04º 0.62% 0.56% -
HSV(B) 6.04º 0.65% 0.84% -
XYZ 32.17 21.62 8.96 -
YUV 123.78 99.91 191.64 -
System Red Green Blue C M Y K H S L
Decimal 213 88 74 0 0.59 0.65 0.16 6.04 0.62 0.56
Hex D5 58 4A 0 3B 41 10 6 3E 38
Octal 325 130 112 0 73 101 20 6 76 70
Binary 11010101 1011000 1001010 0 111011 1000001 10000 110 111110 111000

Color Harmonies of #D5584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5584A

Black with #D5584A

Text Example


Text Example

White with #D5584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5584A; }

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

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

background-color css

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

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

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

border-color css

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

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

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