Html Css Color HEX #D34D4C Valencia

📋 copy color: '#D34D4C'

red 211 ◦ green 77 ◦ blue 76

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

Shades of Valencia #D34D4C

Tints of Valencia #D34D4C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.15%

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

R = 57.97%
G = 21.15%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D34D4C (or 0xD34D4C) is known color: Valencia. HEX triplet: D3, 4D and 4C. RGB value is (211,77,76). Sum of RGB (Red+Green+Blue) = 211+77+76=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D34D4C is #2CB2B3. Grayscale: #757575. Windows color (decimal): -2929332 or 5000659. OLE color: 5000659.

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

Color convert

RGB 211 77 76 -
CMYK 0 0.64 0.64 0.17
HSL 0.44º 0.61% 0.56% -
HSV(B) 0.44º 0.64% 0.83% -
XYZ 30.82 19.68 9.01 -
YUV 116.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 211 77 76 0 0.64 0.64 0.17 0.44 0.61 0.56
Hex D3 4D 4C 0 40 40 11 0 3D 38
Octal 323 115 114 0 100 100 21 0 75 70
Binary 11010011 1001101 1001100 0 1000000 1000000 10001 0 111101 111000

Color Harmonies of #D34D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34D4C

Black with #D34D4C

Text Example


Text Example

White with #D34D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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