Html Css Color HEX #D34747 Valencia

📋 copy color: '#D34747'

red 211 ◦ green 71 ◦ blue 71

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

Shades of Valencia #D34747

Tints of Valencia #D34747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

 BLUE value IS 71 (28.13% from 255) = 20.11%

R = 59.77%
G = 20.11%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D34747 (or 0xD34747) is known color: Valencia. HEX triplet: D3, 47 and 47. RGB value is (211,71,71). Sum of RGB (Red+Green+Blue) = 211+71+71=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D34747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34747 is #2CB8B8. Grayscale: #717171. Windows color (decimal): -2930873 or 4671443. OLE color: 4671443.

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

Color convert

RGB 211 71 71 -
CMYK 0 0.66 0.66 0.17
HSL 0.61% 0.55% -
HSV(B) 0.66% 0.83% -
XYZ 30.25 18.81 8 -
YUV 112.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 211 71 71 0 0.66 0.66 0.17 0 0.61 0.55
Hex D3 47 47 0 42 42 11 0 3D 37
Octal 323 107 107 0 102 102 21 0 75 67
Binary 11010011 1000111 1000111 0 1000010 1000010 10001 0 111101 110111

Color Harmonies of #D34747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34747

Black with #D34747

Text Example


Text Example

White with #D34747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34747; }

 p { color: rgb(211,71,71); }

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

background-color css

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

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

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

border-color css

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

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

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