Html Css Color HEX #D4504F Valencia

📋 copy color: '#D4504F'

red 212 ◦ green 80 ◦ blue 79

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

Shades of Valencia #D4504F

Tints of Valencia #D4504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 57.14%
G = 21.56%
B = 21.29%

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

#D4504F (or 0xD4504F) is known color: Valencia. HEX triplet: D4, 50 and 4F. RGB value is (212,80,79). Sum of RGB (Red+Green+Blue) = 212+80+79=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4504F is #2BAFB0. Grayscale: #777777. Windows color (decimal): -2863025 or 5198036. OLE color: 5198036.

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

Color convert

RGB 212 80 79 -
CMYK 0 0.62 0.63 0.17
HSL 0.45º 0.61% 0.57% -
HSV(B) 0.45º 0.63% 0.83% -
XYZ 31.43 20.3 9.66 -
YUV 119.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 212 80 79 0 0.62 0.63 0.17 0.45 0.61 0.57
Hex D4 50 4F 0 3E 3F 11 0 3D 39
Octal 324 120 117 0 76 77 21 0 75 71
Binary 11010100 1010000 1001111 0 111110 111111 10001 0 111101 111001

Color Harmonies of #D4504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4504F

Black with #D4504F

Text Example


Text Example

White with #D4504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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