Html Css Color HEX #D0514A Valencia

📋 copy color: '#D0514A'

red 208 ◦ green 81 ◦ blue 74

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

Shades of Valencia #D0514A

Tints of Valencia #D0514A

RGB

 RED value IS 208 (81.64% from 255) = 57.3%

 GREEN value IS 81 (32.03% from 255) = 22.31%

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

R = 57.3%
G = 22.31%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0514A (or 0xD0514A) is known color: Valencia. HEX triplet: D0, 51 and 4A. RGB value is (208,81,74). Sum of RGB (Red+Green+Blue) = 208+81+74=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D0514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0514A is #2FAEB5. Grayscale: #767676. Windows color (decimal): -3124918 or 4870608. OLE color: 4870608.

HSL color Cylindrical-coordinate representation of color #D0514A: hue angle of 3.13º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0514A is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 81 74 -
CMYK 0 0.61 0.64 0.18
HSL 3.13º 0.59% 0.55% -
HSV(B) 3.13º 0.64% 0.82% -
XYZ 30.19 19.79 8.71 -
YUV 118.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 208 81 74 0 0.61 0.64 0.18 3.13 0.59 0.55
Hex D0 51 4A 0 3D 40 12 3 3B 37
Octal 320 121 112 0 75 100 22 3 73 67
Binary 11010000 1010001 1001010 0 111101 1000000 10010 11 111011 110111

Color Harmonies of #D0514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0514A

Black with #D0514A

Text Example


Text Example

White with #D0514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0514A; }

 p { color: rgb(208,81,74); }

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

background-color css

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

 a { background-color: rgb(208,81,74); }

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

border-color css

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

 span { border-color: rgb(208,81,74); }

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