Html Css Color HEX #D3514B Valencia

📋 copy color: '#D3514B'

red 211 ◦ green 81 ◦ blue 75

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

Shades of Valencia #D3514B

Tints of Valencia #D3514B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.44%

R = 57.49%
G = 22.07%
B = 20.44%

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

#D3514B (or 0xD3514B) is known color: Valencia. HEX triplet: D3, 51 and 4B. RGB value is (211,81,75). Sum of RGB (Red+Green+Blue) = 211+81+75=367 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.49% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 211 - color contains mainly: red. Hex color #D3514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3514B is #2CAEB4. Grayscale: #777777. Windows color (decimal): -2928309 or 4936147. OLE color: 4936147.

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

Color convert

RGB 211 81 75 -
CMYK 0 0.62 0.64 0.17
HSL 2.65º 0.61% 0.56% -
HSV(B) 2.65º 0.64% 0.83% -
XYZ 31.08 20.24 8.93 -
YUV 119.19 103.07 193.49 -
System Red Green Blue C M Y K H S L
Decimal 211 81 75 0 0.62 0.64 0.17 2.65 0.61 0.56
Hex D3 51 4B 0 3E 40 11 3 3D 38
Octal 323 121 113 0 76 100 21 3 75 70
Binary 11010011 1010001 1001011 0 111110 1000000 10001 11 111101 111000

Color Harmonies of #D3514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3514B

Black with #D3514B

Text Example


Text Example

White with #D3514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3514B; }

 p { color: rgb(211,81,75); }

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

background-color css

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

 a { background-color: rgb(211,81,75); }

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

border-color css

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

 span { border-color: rgb(211,81,75); }

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