Html Css Color HEX #D34F4C Valencia

📋 copy color: '#D34F4C'

red 211 ◦ green 79 ◦ blue 76

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

Shades of Valencia #D34F4C

Tints of Valencia #D34F4C

RGB

 RED value IS 211 (82.81% from 255) = 57.65%

 GREEN value IS 79 (31.25% from 255) = 21.58%

 BLUE value IS 76 (30.08% from 255) = 20.77%

R = 57.65%
G = 21.58%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D34F4C (or 0xD34F4C) is known color: Valencia. HEX triplet: D3, 4F and 4C. RGB value is (211,79,76). Sum of RGB (Red+Green+Blue) = 211+79+76=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D34F4C is #2CB0B3. Grayscale: #767676. Windows color (decimal): -2928820 or 5001171. OLE color: 5001171.

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

Color convert

RGB 211 79 76 -
CMYK 0 0.63 0.64 0.17
HSL 1.33º 0.61% 0.56% -
HSV(B) 1.33º 0.64% 0.83% -
XYZ 30.96 19.96 9.06 -
YUV 118.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 211 79 76 0 0.63 0.64 0.17 1.33 0.61 0.56
Hex D3 4F 4C 0 3F 40 11 1 3D 38
Octal 323 117 114 0 77 100 21 1 75 70
Binary 11010011 1001111 1001100 0 111111 1000000 10001 1 111101 111000

Color Harmonies of #D34F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34F4C

Black with #D34F4C

Text Example


Text Example

White with #D34F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34F4C; }

 p { color: rgb(211,79,76); }

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

background-color css

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

 a { background-color: rgb(211,79,76); }

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

border-color css

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

 span { border-color: rgb(211,79,76); }

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