Html Css Color HEX #D4514B Valencia

📋 copy color: '#D4514B'

red 212 ◦ green 81 ◦ blue 75

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

Shades of Valencia #D4514B

Tints of Valencia #D4514B

RGB

 RED value IS 212 (83.2% from 255) = 57.61%

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

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

R = 57.61%
G = 22.01%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4514B (or 0xD4514B) is known color: Valencia. HEX triplet: D4, 51 and 4B. RGB value is (212,81,75). Sum of RGB (Red+Green+Blue) = 212+81+75=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D4514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4514B is #2BAEB4. Grayscale: #777777. Windows color (decimal): -2862773 or 4936148. OLE color: 4936148.

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

Color convert

RGB 212 81 75 -
CMYK 0 0.62 0.65 0.17
HSL 2.63º 0.61% 0.56% -
HSV(B) 2.63º 0.65% 0.83% -
XYZ 31.36 20.39 8.94 -
YUV 119.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 212 81 75 0 0.62 0.65 0.17 2.63 0.61 0.56
Hex D4 51 4B 0 3E 41 11 3 3D 38
Octal 324 121 113 0 76 101 21 3 75 70
Binary 11010100 1010001 1001011 0 111110 1000001 10001 11 111101 111000

Color Harmonies of #D4514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4514B

Black with #D4514B

Text Example


Text Example

White with #D4514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4514B; }

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

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

background-color css

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

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

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

border-color css

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

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

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