Html Css Color HEX #D3504D Valencia

📋 copy color: '#D3504D'

red 211 ◦ green 80 ◦ blue 77

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

Shades of Valencia #D3504D

Tints of Valencia #D3504D

RGB

 RED value IS 211 (82.81% from 255) = 57.34%

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

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

R = 57.34%
G = 21.74%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3504D (or 0xD3504D) is known color: Valencia. HEX triplet: D3, 50 and 4D. RGB value is (211,80,77). Sum of RGB (Red+Green+Blue) = 211+80+77=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D3504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3504D is #2CAFB2. Grayscale: #767676. Windows color (decimal): -2928563 or 5066963. OLE color: 5066963.

HSL color Cylindrical-coordinate representation of color #D3504D: hue angle of 1.34º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3504D is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 80 77 -
CMYK 0 0.62 0.64 0.17
HSL 1.34º 0.6% 0.56% -
HSV(B) 1.34º 0.64% 0.83% -
XYZ 31.07 20.12 9.27 -
YUV 118.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 211 80 77 0 0.62 0.64 0.17 1.34 0.6 0.56
Hex D3 50 4D 0 3E 40 11 1 3C 38
Octal 323 120 115 0 76 100 21 1 74 70
Binary 11010011 1010000 1001101 0 111110 1000000 10001 1 111100 111000

Color Harmonies of #D3504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3504D

Black with #D3504D

Text Example


Text Example

White with #D3504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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