Html Css Color HEX #D4504E Valencia

📋 copy color: '#D4504E'

red 212 ◦ green 80 ◦ blue 78

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

Shades of Valencia #D4504E

Tints of Valencia #D4504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.08%

R = 57.3%
G = 21.62%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4504E (or 0xD4504E) is known color: Valencia. HEX triplet: D4, 50 and 4E. RGB value is (212,80,78). Sum of RGB (Red+Green+Blue) = 212+80+78=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4504E is #2BAFB1. Grayscale: #777777. Windows color (decimal): -2863026 or 5132500. OLE color: 5132500.

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

Color convert

RGB 212 80 78 -
CMYK 0 0.62 0.63 0.17
HSL 0.9º 0.61% 0.57% -
HSV(B) 0.9º 0.63% 0.83% -
XYZ 31.4 20.28 9.47 -
YUV 119.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 212 80 78 0 0.62 0.63 0.17 0.9 0.61 0.57
Hex D4 50 4E 0 3E 3F 11 1 3D 39
Octal 324 120 116 0 76 77 21 1 75 71
Binary 11010100 1010000 1001110 0 111110 111111 10001 1 111101 111001

Color Harmonies of #D4504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4504E

Black with #D4504E

Text Example


Text Example

White with #D4504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4504E; }

 p { color: rgb(212,80,78); }

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

background-color css

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

 a { background-color: rgb(212,80,78); }

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

border-color css

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

 span { border-color: rgb(212,80,78); }

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