Html Css Color HEX #D4504D Valencia

📋 copy color: '#D4504D'

red 212 ◦ green 80 ◦ blue 77

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

Shades of Valencia #D4504D

Tints of Valencia #D4504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 57.45%
G = 21.68%
B = 20.87%

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

#D4504D (or 0xD4504D) is known color: Valencia. HEX triplet: D4, 50 and 4D. RGB value is (212,80,77). Sum of RGB (Red+Green+Blue) = 212+80+77=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D4504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4504D is #2BAFB2. Grayscale: #777777. Windows color (decimal): -2863027 or 5066964. OLE color: 5066964.

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

Color convert

RGB 212 80 77 -
CMYK 0 0.62 0.64 0.17
HSL 1.33º 0.61% 0.57% -
HSV(B) 1.33º 0.64% 0.83% -
XYZ 31.36 20.27 9.28 -
YUV 119.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 212 80 77 0 0.62 0.64 0.17 1.33 0.61 0.57
Hex D4 50 4D 0 3E 40 11 1 3D 39
Octal 324 120 115 0 76 100 21 1 75 71
Binary 11010100 1010000 1001101 0 111110 1000000 10001 1 111101 111001

Color Harmonies of #D4504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4504D

Black with #D4504D

Text Example


Text Example

White with #D4504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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