Html Css Color HEX #D5504D Valencia

📋 copy color: '#D5504D'

red 213 ◦ green 80 ◦ blue 77

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

Shades of Valencia #D5504D

Tints of Valencia #D5504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

 BLUE value IS 77 (30.47% from 255) = 20.81%

R = 57.57%
G = 21.62%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5504D (or 0xD5504D) is known color: Valencia. HEX triplet: D5, 50 and 4D. RGB value is (213,80,77). Sum of RGB (Red+Green+Blue) = 213+80+77=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5504D is #2AAFB2. Grayscale: #777777. Windows color (decimal): -2797491 or 5066965. OLE color: 5066965.

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

Color convert

RGB 213 80 77 -
CMYK 0 0.62 0.64 0.16
HSL 1.32º 0.62% 0.57% -
HSV(B) 1.32º 0.64% 0.84% -
XYZ 31.65 20.42 9.29 -
YUV 119.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 213 80 77 0 0.62 0.64 0.16 1.32 0.62 0.57
Hex D5 50 4D 0 3E 40 10 1 3E 39
Octal 325 120 115 0 76 100 20 1 76 71
Binary 11010101 1010000 1001101 0 111110 1000000 10000 1 111110 111001

Color Harmonies of #D5504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5504D

Black with #D5504D

Text Example


Text Example

White with #D5504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5504D; }

 p { color: rgb(213,80,77); }

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

background-color css

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

 a { background-color: rgb(213,80,77); }

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

border-color css

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

 span { border-color: rgb(213,80,77); }

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