Html Css Color HEX #DA514B Valencia

📋 copy color: '#DA514B'

red 218 ◦ green 81 ◦ blue 75

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

Shades of Valencia #DA514B

Tints of Valencia #DA514B

RGB

 RED value IS 218 (85.55% from 255) = 58.29%

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

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

R = 58.29%
G = 21.66%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA514B (or 0xDA514B) is known color: Valencia. HEX triplet: DA, 51 and 4B. RGB value is (218,81,75). Sum of RGB (Red+Green+Blue) = 218+81+75=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA514B is #25AEB4. Grayscale: #797979. Windows color (decimal): -2469557 or 4936154. OLE color: 4936154.

HSL color Cylindrical-coordinate representation of color #DA514B: hue angle of 2.52º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA514B is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 81 75 -
CMYK 0 0.63 0.66 0.15
HSL 2.52º 0.66% 0.57% -
HSV(B) 2.52º 0.66% 0.85% -
XYZ 33.13 21.3 9.02 -
YUV 121.28 101.89 196.99 -
System Red Green Blue C M Y K H S L
Decimal 218 81 75 0 0.63 0.66 0.15 2.52 0.66 0.57
Hex DA 51 4B 0 3F 42 F 3 42 39
Octal 332 121 113 0 77 102 17 3 102 71
Binary 11011010 1010001 1001011 0 111111 1000010 1111 11 1000010 111001

Color Harmonies of #DA514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA514B

Black with #DA514B

Text Example


Text Example

White with #DA514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA514B; }

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

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

background-color css

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

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

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

border-color css

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

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

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